unimportant valgrind warning.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4332 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f7737ea294
commit
bd2205bcad
1 changed files with 1 additions and 0 deletions
|
@ -783,6 +783,7 @@ vfsfile_t *MPQ_OpenVFS(void *handle, flocation_t *loc, const char *mode)
|
|||
|
||||
f = malloc(sizeof(*f));
|
||||
f->buffer = NULL;
|
||||
f->buffersect = -1;
|
||||
f->sectortab = NULL;
|
||||
f->foffset = 0;
|
||||
f->archiveoffset = block->offset;
|
||||
|
|
Loading…
Reference in a new issue