Skip to content
Commit 00b2d930 authored by David King's avatar David King
Browse files

Avoid a crash when deleting files

Fix GList usage in ET_Remove_File_From_File_List(), which was broken in
commit 6e7d4ab8, by passing the data
pointer (not the GList pointer) to g_list_remove(). Additionally, drop
some bogus g_list_free() calls left over from the old commit.

https://bugzilla.redhat.com/show_bug.cgi?id=1252925
parent dfc61ce2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment