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

As spotted by Massimo!

(cherry picked from commit 5e25cdc713)
This commit is contained in:
Jehan
2018-06-23 19:54:19 +02:00
parent 402c0d98f1
commit 98848a464f

View File

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