Comment 5 for bug 284857

Revision history for this message
Alberto Milone (albertomilone) wrote :

I have tracked down the problem and provided upstream with a patch:
http://bugzilla.abisource.com/show_bug.cgi?id=11789

They should have freed memory with gtk_tree_path_free(path) instead of g_free(path) in AP_UnixDialog_Styles::_populateCList().

Emmet: shall I attach a debdiff or do you prefer a simple patch for this?