Commit 01cfbaf4 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Two left over HeapValidate assertions removed.

parent 9d10afa4
......@@ -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;
}
......
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