GNOME Bugzilla – Bug 157048
MLK in gog_line_view_render
Last modified: 2004-12-22 21:47:04 UTC
The condition for freeing path[i] is not the same as for allocating and consequently we leak. Suggestion: always store some value, NULL if nothing else. Then always free. File from bug 157045 triggers this.
Every path[i] is a valid memory pointer, so there is no condition on freeing them. Fixed in CVS.