log playtree.c @ 33502:2c1df9ec369a

age author description
Tue, 07 Jun 2011 13:17:05 +0000 ib Fix segmentation fault when pressing U (stop playing) in GUI.
Wed, 04 May 2011 20:28:54 +0000 reimar Remove unused variable.
Wed, 04 May 2011 20:27:38 +0000 reimar Free playtree params.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Fri, 13 Aug 2010 15:58:11 +0000 siretart sanity check to avoid a segmentation fault in playtree.c on empty playlists.
Sun, 13 Jun 2010 17:15:55 +0000 diego Remove unused function pt_add_gui_file().
Sat, 27 Feb 2010 20:55:41 +0000 cehoyos Remove unused static function play_tree_set_flag().
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Thu, 18 Feb 2010 09:26:00 +0000 diego Mark some more functions that are not used outside of their files as static.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Sat, 10 Oct 2009 10:39:05 +0000 adrian Remove redundant duplicate option handling in the playtree.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 25 Jan 2009 18:25:11 +0000 reimar Actually abort (return NULL) in the alloc-failure check in play_tree_new
Sat, 21 Jun 2008 09:15:25 +0000 ben revert non-acked r27106
Fri, 20 Jun 2008 19:51:43 +0000 ben Only "pop" subtree params if they had previously been "pushed",