backport: fix leak when creating wxCURSOR_BLANK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2008-01-03 03:50:25 +00:00
parent 074ca2937d
commit 87cc328112

View File

@@ -74,6 +74,7 @@ wxCursor::wxCursor( int cursorId )
&color,
&color,
0, 0);
g_object_unref(pixmap);
}
return;