Mercurial > mplayer.hg
log playtree.c @ 36545:f0e92381681d
age | author | description |
---|---|---|
Sun, 17 Mar 2013 22:47:17 +0000 | diego | Add missing strings.h #includes for strcasecmp(). |
Mon, 13 Jun 2011 19:39:18 +0000 | reimar | Mark some char * arguments that are strdup'd const, |
Mon, 13 Jun 2011 19:33:17 +0000 | reimar | Remove a pointless "return". |
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. |