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:
@ -508,7 +508,7 @@ motion_notify_event (GtkWidget *widget,
|
||||
y / allocation.height, pressure);
|
||||
}
|
||||
|
||||
g_free (coords);
|
||||
gdk_device_free_history (coords, nevents);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user