Tue, 25 Dec 2007 01:53:55 -0600 |
William Pitcock |
Reset the text entry box to nothing when the jump to track window is requested.
|
Tue, 25 Dec 2007 01:16:26 -0600 |
Jussi Judin |
Fixes memory leak in playlist_add_files() function when using extension probing and trying to add file with unknown extension. (Bugzilla #44)
|
Tue, 25 Dec 2007 01:09:27 -0600 |
Jussi Judin |
Fixes memory leak in fileinfopopup_progress_cb() (Bugzilla #43)
|
Tue, 25 Dec 2007 01:07:22 -0600 |
Jussi Judin |
Fixes memory leak in bmp_config_save() by freeing temporary saved playlists list. (Bugzilla #41)
|
Tue, 25 Dec 2007 01:00:52 -0600 |
Jussi Judin |
Fixes memory leak in usage of playlist_free() function. (Bugzilla #36)
|
Tue, 25 Dec 2007 00:57:19 -0600 |
Jussi Judin |
Fixes memory leaks when adding files to playlist (Bugzilla #34)
|
Tue, 25 Dec 2007 00:53:33 -0600 |
Jussi Judin |
Adds playback_free() function to fix memory leak in playback_stop(). (Bugzilla #42)
|
Tue, 25 Dec 2007 00:46:07 -0600 |
Jussi Judin |
Fixes memory leak in mpris_emit_track_change() (Bugzilla #37)
|
Tue, 25 Dec 2007 00:36:51 -0600 |
Jussi Judin |
Fixes memory leak in vfs_fopen() in case path does not exist. (Bugzilla #39)
|
Mon, 24 Dec 2007 23:05:33 -0600 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Mon, 24 Dec 2007 23:05:10 -0600 |
Jussi Judin |
Fixes memory leak in playlist_entry_get_info() due not freeing probe result (Bugzilla #38)
|
Mon, 24 Dec 2007 23:46:52 +0100 |
Tomasz Mon |
cfg.playlist_width and cfg.playlist_height can't be smaller than minimum values for those; fixes #11
|
Mon, 24 Dec 2007 13:01:15 +0100 |
Jonathan Schleifer |
strncpy() -> g_strlcpy()
|
Fri, 21 Dec 2007 18:39:46 +0100 |
Jonathan Schleifer |
Get rid of strcpy() completely.
|