Skip to content
Snippets Groups Projects
  1. Nov 15, 2010
  2. Nov 13, 2010
    • Rene Brun's avatar
      From Mattias Ellert: · ca9331a0
      Rene Brun authored
      If the TGFontTypeComboBox constructor detects that the requested X11 font is not installed and falls back to TGTextLBEntry::GetDefaultFontStruct(), then the destructor must not call gVirtualX->DeleteFont() on this font. 
      The current version lacks protection for this which leads crashes when the default font struct is used after it has been wrongfully deleted by the TGFontTypeComboBox destructor. The backtrace generated can piont anywhere where the default font struct is used, but there is also an error message that says: 
      Root > Error in <RootX11ErrorHandler>: BadFont (invalid Font parameter) (XID: 71303382, XREQ: 46) 
      https://savannah.cern.ch/bugs/?75281
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@36649 27541ba8-7e3a-0410-8455-c3a389f83636
      ca9331a0
  3. Nov 12, 2010
  4. Nov 11, 2010
Loading