Fixed memory leak due to non-freed temporary PropList
commitea19294b70b15175b5e426767db13e9bba0f5bea
authorChristophe CURIS <christophe.curis@free.fr>
Wed, 8 May 2013 13:44:09 +0000 (8 15:44 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 8 May 2013 14:05:00 +0000 (8 15:05 +0100)
treeb4ec80ff168eb0b58f113311bce52640f1122a89
parent0004d38ef884d92a1daf34f67aadb8fb6d249fc9
Fixed memory leak due to non-freed temporary PropList

When menus are read in the PropList format, they are loaded into a
temporary PropList object, which is parsed into the internal menu
structure, and the PropList object is no more used. There were two
cases where this temp object was not freed.
src/rootmenu.c