plug another leak

This commit is contained in:
Bill Currie 2004-05-11 07:27:05 +00:00
parent f10f59bb42
commit ec97775e3c

View file

@ -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;