]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing merge bug
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 2 Sep 2008 18:16:48 +0000 (18:16 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 2 Sep 2008 18:16:48 +0000 (18:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/menu.cpp

index 5f6a7a75d05c6b72d740275a10eb68416de74653..0f51cac08a9cc567eaf034428ba90c5d553751d9 100644 (file)
@@ -244,8 +244,6 @@ public :
                 DeleteMenuItem(m_osxMenu , i);
                 impl->AttachToParent( NULL, 0 );
             }
-            
-            delete entry;
         }
     }