Issue #1708: g_free() called instead of gdk_device_free_history().

As spotted by Massimo!
This commit is contained in:
Jehan
2018-06-23 19:54:19 +02:00
parent 4c68d5dfc9
commit 5e25cdc713

View File

@ -504,7 +504,7 @@ motion_notify_event (GtkWidget *widget,
y / allocation.height, pressure);
}
g_free (coords);
gdk_device_free_history (coords, nevents);
}
else
{