user32: Add a missing HeapFree.

oldstable
Austin English 2009-02-21 15:42:26 -06:00 committed by Alexandre Julliard
parent 908eab4f1f
commit f1ea9f6e79
1 changed files with 1 additions and 0 deletions

View File

@ -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 */
{