From d37bc67158228e75dc4f47cf445c771a890fb35a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 8 Apr 2015 01:16:22 -0400 Subject: Cleaned up memory leaks in the GTK+ backend. --- new/window_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new/window_unix.c') diff --git a/new/window_unix.c b/new/window_unix.c index 3d6f8e7..293fa51 100644 --- a/new/window_unix.c +++ b/new/window_unix.c @@ -8,7 +8,7 @@ struct uiWindow { void *onClosingData; }; -static void onDestroy(GtkWindow *window, gpointer data) +static void onDestroy(GtkWidget *widget, gpointer data) { uiWindow *w = (uiWindow *) data; -- cgit v1.2.3