comparison 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
comparison
equal deleted inserted replaced
456:24a59b3fdf42 457:9c12dc86d482
131 next = plp->next; 131 next = plp->next;
132 free(plp->path); 132 free(plp->path);
133 free(plp); 133 free(plp);
134 plp = next; 134 plp = next;
135 } 135 }
136 pathlist = NULL;
136 } 137 }