mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
Fixed crash.
This commit is contained in:
parent
360d089690
commit
dfd69a38e8
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ DEBUG_FreeIncludes(void)
|
|||
DBG_free(include_defs);
|
||||
include_defs = NULL;
|
||||
num_include_def = 0;
|
||||
num_alloc_include_def = 0;
|
||||
DBG_free(cu_vector);
|
||||
cu_vector = NULL;
|
||||
cu_nrofentries = 0;
|
||||
|
|
Loading…
Reference in a new issue