From: Andy S. <And...@co...> - 2010-09-23 01:59:01
|
diffing dir... Wed Sep 22 21:58:15 EDT 2010 Andy Stewart <laz...@gm...> * Use g_free free array pointer Ignore-this: 5517e2a623d17112c76ae6f1208e697 { hunk ./gtk/Graphics/UI/Gtk/Gdk/Keymap.chs 238 --- mask. The returned array should be freed with 'gFree'. +-- mask. [_$_] hunk ./gtk/Graphics/UI/Gtk/Gdk/Keymap.chs 258 + {#call unsafe g_free#} (castPtr keysPtr) hunk ./gtk/Graphics/UI/Gtk/Gdk/Keymap.chs 263 --- in @keys@ is bound to the Nth keyval in @keyvals@. Free --- the returned arrays with 'gFree'. When a keycode is pressed by the user, the +-- in @keys@ is bound to the Nth keyval in @keyvals@. [_$_] +-- When a keycode is pressed by the user, the hunk ./gtk/Graphics/UI/Gtk/Gdk/Keymap.chs 289 + {#call unsafe g_free#} (castPtr keysPtr) + {#call unsafe g_free#} (castPtr keyvalsPtr) } |