mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
and a memleak fix from _Muz_
This commit is contained in:
parent
7e0f676705
commit
1ffb050bf9
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ I_XMMS_Info (void) // this is untested with really long tracks, prolly works
|
|||
// tell the user.
|
||||
Sys_Printf("XMMS: %d/%d %s %d:%02d/%d:%02d\n",
|
||||
pos, len, title, cmin, csecs, tmin, tsecs);
|
||||
|
||||
free (title);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue