diff decoders/timidity/common.c @ 457:9c12dc86d482

Fixed typo in CHANGELOG Fixed bug when timidity is initialized multiple times
author hercules
date Sun, 05 Oct 2003 23:25:59 +0000
parents 3da217bd0e48
children
line wrap: on
line diff
--- a/decoders/timidity/common.c	Fri Sep 26 21:31:14 2003 +0000
+++ b/decoders/timidity/common.c	Sun Oct 05 23:25:59 2003 +0000
@@ -133,4 +133,5 @@
 	free(plp);
 	plp = next;
     }
+    pathlist = NULL;
 }