mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 12:51:04 +00:00
Merge branch 'master' of github.com:graphitemaster/gmqcc
This commit is contained in:
commit
af3ba03a5b
1 changed files with 1 additions and 0 deletions
1
ftepp.c
1
ftepp.c
|
@ -234,6 +234,7 @@ static ftepp_t* ftepp_new()
|
|||
static void ftepp_delete(ftepp_t *self)
|
||||
{
|
||||
size_t i;
|
||||
ftepp_flush(self);
|
||||
if (self->itemname)
|
||||
mem_d(self->itemname);
|
||||
if (self->includename)
|
||||
|
|
Loading…
Reference in a new issue