Commit b3f9747b authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

dbghelp: Free srcpath in stabs handling (Coverity).

parent 7a406d0a
...@@ -1677,6 +1677,7 @@ done: ...@@ -1677,6 +1677,7 @@ done:
stabs_free_includes(); stabs_free_includes();
HeapFree(GetProcessHeap(), 0, pending_block.objs); HeapFree(GetProcessHeap(), 0, pending_block.objs);
HeapFree(GetProcessHeap(), 0, pending_func.objs); HeapFree(GetProcessHeap(), 0, pending_func.objs);
HeapFree(GetProcessHeap(), 0, srcpath);
return ret; return ret;
} }
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