add some more debugging code
This commit is contained in:
parent
c434e74216
commit
add701a7f6
4 changed files with 13 additions and 0 deletions
|
@ -93,6 +93,8 @@ ULONG __stdcall ddraw_palette_Release(IDirectDrawPaletteImpl *This)
|
|||
|
||||
if(This->Ref == 0)
|
||||
{
|
||||
printf(" Released (%p)\n", This);
|
||||
|
||||
LastFreedPalette = This;
|
||||
HeapFree(GetProcessHeap(), 0, This);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue