comparison ChangeLog @ 1752:be1c5774f675 trunk

[svn] - fix a memory leak in util_run_filebrowser()
author nenolod
date Wed, 20 Sep 2006 01:13:06 -0700
parents a5fcf96e33fe
children 01df1ea5feae
comparison
equal deleted inserted replaced
1751:a5fcf96e33fe 1752:be1c5774f675
1 2006-09-20 08:08:15 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [2439]
3 - properly free the path to skin.hints once we locate it
4 - properly free a temporary variable (read_ini_string())
5
6
7 Changes: Modified:
8 +3 -0 trunk/audacious/widgets/skin.c
9
10
1 2006-09-20 02:20:09 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> 11 2006-09-20 02:20:09 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [2437] 12 revision [2437]
3 - avoid conflict of mkdtemp() declaration between util.h and stdlib.h. 13 - avoid conflict of mkdtemp() declaration between util.h and stdlib.h.
4 14
5 15