Commit c236776b authored by dimitri's avatar dimitri

Fix for bug 690741

parent 11adf084
...@@ -4,4 +4,4 @@ Please read the installation section of the manual ...@@ -4,4 +4,4 @@ Please read the installation section of the manual
(http://www.doxygen.org/install.html) for instructions. (http://www.doxygen.org/install.html) for instructions.
-------- --------
Dimitri van Heesch (26 December 2012) Dimitri van Heesch (27 December 2012)
...@@ -26,4 +26,4 @@ forum. ...@@ -26,4 +26,4 @@ forum.
Enjoy, Enjoy,
Dimitri van Heesch (dimitri@stack.nl) (26 December 2012) Dimitri van Heesch (dimitri@stack.nl) (27 December 2012)
...@@ -184,9 +184,9 @@ MATHJAX_FORMAT = HTML-CSS ...@@ -184,9 +184,9 @@ MATHJAX_FORMAT = HTML-CSS
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
MATHJAX_EXTENSIONS = MATHJAX_EXTENSIONS =
SEARCHENGINE = YES SEARCHENGINE = YES
SERVER_BASED_SEARCH = YES SERVER_BASED_SEARCH = NO
EXTERNAL_SEARCH = YES EXTERNAL_SEARCH = NO
SEARCHENGINE_URL = http://macbookpro/~dimitri/doxysearch.cgi SEARCHENGINE_URL =
SEARCHDATA_FILE = searchdata.xml SEARCHDATA_FILE = searchdata.xml
EXTRA_SEARCH_MAPPINGS = EXTRA_SEARCH_MAPPINGS =
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
......
...@@ -439,7 +439,6 @@ void GroupDef::removeMember(MemberDef *md) ...@@ -439,7 +439,6 @@ void GroupDef::removeMember(MemberDef *md)
if( mni->isEmpty() ) if( mni->isEmpty() )
{ {
allMemberNameInfoSDict->remove(md->name()); allMemberNameInfoSDict->remove(md->name());
delete mni;
} }
removeMemberFromList(MemberListType_allMembersList,md); removeMemberFromList(MemberListType_allMembersList,md);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment