and a memleak fix from _Muz_

This commit is contained in:
Bill Currie 2001-10-15 17:41:53 +00:00
parent 7e0f676705
commit 1ffb050bf9

View file

@ -469,7 +469,7 @@ I_XMMS_Info (void) // this is untested with really long tracks, prolly works
// tell the user. // tell the user.
Sys_Printf("XMMS: %d/%d %s %d:%02d/%d:%02d\n", Sys_Printf("XMMS: %d/%d %s %d:%02d/%d:%02d\n",
pos, len, title, cmin, csecs, tmin, tsecs); pos, len, title, cmin, csecs, tmin, tsecs);
free (title);
return; return;
} }