Commit dfd69a38 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Fixed crash.

parent 360d0896
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment