[maemo-commits] [maemo-commits] r17118 - in projects/haf/trunk/totem-pl-parser: . plparse
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Jan 12 16:43:50 EET 2009
- Previous message: [maemo-commits] r17116 - in projects/haf/trunk/totem-pl-parser: . plparse
- Next message: [maemo-commits] r17120 - in projects/haf/trunk/totem-pl-parser: . plparse
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: ifrade Date: 2009-01-12 16:43:49 +0200 (Mon, 12 Jan 2009) New Revision: 17118 Modified: projects/haf/trunk/totem-pl-parser/ChangeLog projects/haf/trunk/totem-pl-parser/plparse/totem-pl-parser-xspf.c Log: 2009-01-03 Pascal Terjan <pterjan at linuxfr.org> * plparse/totem-pl-parser-xspf.c: Fix memory leaks in parse_xspf_track (Closes: #566446) Modified: projects/haf/trunk/totem-pl-parser/ChangeLog =================================================================== --- projects/haf/trunk/totem-pl-parser/ChangeLog 2009-01-12 14:43:48 UTC (rev 17117) +++ projects/haf/trunk/totem-pl-parser/ChangeLog 2009-01-12 14:43:49 UTC (rev 17118) @@ -1,3 +1,8 @@ +2009-01-03 Pascal Terjan <pterjan at linuxfr.org> + + * plparse/totem-pl-parser-xspf.c: Fix memory leaks in + parse_xspf_track (Closes: #566446) + 2008-12-19 Gustavo J. A. M. Carneiro <gjc at gnome.org> * plparse/plparser.symbols: Bug 556719 – totem binding does not work. Modified: projects/haf/trunk/totem-pl-parser/plparse/totem-pl-parser-xspf.c =================================================================== --- projects/haf/trunk/totem-pl-parser/plparse/totem-pl-parser-xspf.c 2009-01-12 14:43:48 UTC (rev 17117) +++ projects/haf/trunk/totem-pl-parser/plparse/totem-pl-parser-xspf.c 2009-01-12 14:43:49 UTC (rev 17118) @@ -244,6 +244,8 @@ SAFE_FREE (album); SAFE_FREE (duration); SAFE_FREE (moreinfo); + SAFE_FREE (download_uri); + SAFE_FREE (id); return retval; }
- Previous message: [maemo-commits] r17116 - in projects/haf/trunk/totem-pl-parser: . plparse
- Next message: [maemo-commits] r17120 - in projects/haf/trunk/totem-pl-parser: . plparse
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]