droute: Fix memory leak in path cleanup
authorAndrew Potter <agpotter@gmail.com>
Mon, 19 Nov 2012 16:33:40 +0000 (10:33 -0600)
committerMike Gorse <mgorse@suse.com>
Mon, 19 Nov 2012 16:33:40 +0000 (10:33 -0600)
    Frees all allocated memory.

    g_ptr_array_free(..., FALSE) was probably being called to avoid a destructor being called on the elements of the array that point to static data. But that method returns an array that must still be g_free()d.

    https://bugzilla.gnome.org/show_bug.cgi?id=688363


No differences found