Skip to content

Commit

Permalink
Add missing g_key_file_free() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Mar 9, 2009
1 parent 704c8c7 commit 0d08080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editors.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ static gboolean editor_read_desktop_file(const gchar *path)
if (!type || strcmp(type, "Application") != 0)
{
/* We only consider desktop entries of Application type */
g_key_file_free(key_file);
return FALSE;
}

Expand Down

0 comments on commit 0d08080

Please sign in to comment.