Show
Ignore:
Timestamp:
05/22/07 00:49:59 (20 months ago)
Author:
RR
Message:

[ 1721029 ] [GTK] memory leak in wxMenu

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wxWidgets/branches/WX_2_8_BRANCH/src/gtk/menu.cpp

    r44963 r46167  
    10311031       // see wxMenu::Init 
    10321032       gtk_widget_unref( m_menu ); 
     1033       g_object_unref( m_accel ); 
    10331034       // if the menu is inserted in another menu at this time, there was 
    10341035       // one more reference to it: