mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
browseui: HeapFree after deleting the cs (coverity).
This commit is contained in:
parent
97dbccf5f2
commit
69f01adf2d
1 changed files with 1 additions and 1 deletions
|
@ -265,9 +265,9 @@ static void ProgressDialog_Destructor(ProgressDialog *This)
|
|||
heap_free(This->lines[2]);
|
||||
heap_free(This->cancelMsg);
|
||||
heap_free(This->title);
|
||||
heap_free(This);
|
||||
This->cs.DebugInfo->Spare[0] = 0;
|
||||
DeleteCriticalSection(&This->cs);
|
||||
heap_free(This);
|
||||
BROWSEUI_refCount--;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue