Florian Müllner f6ad53d9e0 input-device: Guard against double free
Dispose() may be called more than once, so calling g_free directly
on the device name is unsafe. Instead, use g_clear_pointer() to
make sure we don't attempt to free the memory again.

https://bugzilla.gnome.org/show_bug.cgi?id=719563
2013-12-02 00:29:47 +01:00
..
2013-04-05 18:48:01 +01:00
2013-02-13 09:27:17 -05:00
2013-04-05 18:48:01 +01:00
2013-04-05 18:48:01 +01:00
2013-04-05 18:48:01 +01:00
2012-06-11 13:47:29 +01:00
2013-05-03 10:16:25 -04:00
2013-05-03 10:16:25 -04:00