mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +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.
|
// 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue