diff --git a/src/gtk/cursor.cpp b/src/gtk/cursor.cpp index aa71d2490f..6759cd2ab1 100644 --- a/src/gtk/cursor.cpp +++ b/src/gtk/cursor.cpp @@ -74,6 +74,7 @@ wxCursor::wxCursor( int cursorId ) &color, &color, 0, 0); + g_object_unref(pixmap); } return;