mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
plug another leak
This commit is contained in:
parent
f10f59bb42
commit
ec97775e3c
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ static byte default_palette[] = {
|
|||
static int
|
||||
wad_extract (wad_t *wad, lumpinfo_t *pf)
|
||||
{
|
||||
dstring_t name = {&dstring_default_mem, 0, 0, 0};
|
||||
static dstring_t name = {&dstring_default_mem, 0, 0, 0};
|
||||
size_t count;
|
||||
int len, i;
|
||||
QFile *file;
|
||||
|
|
Loading…
Reference in a new issue