changeset 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 24a59b3fdf42
children 69c8ba97f4bd
files CHANGELOG decoders/timidity/common.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Fri Sep 26 21:31:14 2003 +0000
+++ b/CHANGELOG	Sun Oct 05 23:25:59 2003 +0000
@@ -2,8 +2,7 @@
  * CHANGELOG.
  */
 
-09252003 - Sam Lantinga added support for DLS instruments to the Midid 
-           decoder.
+09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder.
 09132003 - Happy September. Added Speex (.spx) decoder.
 08052003 - Fixed MIDI decoder on bigendian systems.
 03102003 - Never actually created samplelist_mutex (Thanks, Glenn Maynard!).
--- 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;
 }