From: Herman Semenov GermanAizek@yandex.ru
--- dlls/ddraw/clipper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ddraw/clipper.c b/dlls/ddraw/clipper.c index 3159a34cb5a..394fdec238b 100644 --- a/dlls/ddraw/clipper.c +++ b/dlls/ddraw/clipper.c @@ -111,7 +111,7 @@ static ULONG WINAPI ddraw_clipper_Release(IDirectDrawClipper *iface) DeleteObject(clipper->region); /* make sure the object is no longer considered valid */ SecureZeroMemory( &clipper->IDirectDrawClipper_iface.lpVtbl, - sizeof(clipper->IDirectDrawClipper_iface.lpVtbl) ); + sizeof(*clipper->IDirectDrawClipper_iface.lpVtbl) ); free(clipper); }