--- gdkcursor.c.org Mon Apr 9 12:44:02 2001 +++ gdkcursor.c Mon Apr 9 12:44:31 2001 @@ -44,6 +44,7 @@ cursor = (GdkCursor*) private; cursor->type = cursor_type; + g_free(private); return cursor; }