free pContext->set.vars
parent
5c7ba700b6
commit
7ba58c02c0
|
|
@ -1839,6 +1839,7 @@ void iniFreeContext(IniContext *pContext)
|
|||
if (pContext->set.vars != NULL)
|
||||
{
|
||||
hash_destroy(pContext->set.vars);
|
||||
free(pContext->set.vars);
|
||||
pContext->set.vars = NULL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue