Two left over HeapValidate assertions removed.

This commit is contained in:
Marcus Meissner 2000-04-09 18:39:52 +00:00 committed by Alexandre Julliard
parent 9d10afa499
commit 01cfbaf46e
1 changed files with 0 additions and 2 deletions

View File

@ -87,7 +87,6 @@ HRESULT WINAPI Xlib_IDirectDrawSurface4Impl_Lock(
DDPRIVATE(This->s.ddraw);
IDirectDrawSurface4_AddRef(iface);
assert(HeapValidate(GetProcessHeap(),0,NULL));
TRACE("(%p)->Lock(%p,%p,%08lx,%08lx)\n",This,lprect,lpddsd,flags,(DWORD)hnd);
if (flags & ~(DDLOCK_WAIT|DDLOCK_READONLY|DDLOCK_WRITEONLY))
@ -194,7 +193,6 @@ HRESULT WINAPI Xlib_IDirectDrawSurface4Impl_Unlock(
TSXSetWindowColormap(display,ddpriv->drawable,dppriv->cm);
}
}
assert(HeapValidate(GetProcessHeap(),0,NULL));
IDirectDrawSurface4_Release(iface);
return DD_OK;
}