Commit f1ea9f6e authored by Austin English's avatar Austin English Committed by Alexandre Julliard

user32: Add a missing HeapFree.

parent 908eab4f
......@@ -187,6 +187,7 @@ int WINAPI SetWindowRgn( HWND hwnd, HRGN hrgn, BOOL bRedraw )
ret = !wine_server_call_err( req );
}
SERVER_END_REQ;
HeapFree( GetProcessHeap(), 0, data );
}
else /* clear existing region */
{
......
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