Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #356 from eyelash/fixes
Browse files Browse the repository at this point in the history
add a missing call to g_object_unref
  • Loading branch information
JeffryBooher committed Oct 15, 2013
2 parents 016da52 + 872e689 commit 5526547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appshell/appshell_extensions_gtk.cpp
Expand Up @@ -269,6 +269,7 @@ int32 MakeDir(ExtensionString path, int mode)
if (!g_file_make_directory(file, NULL, &gerror)) {
error = GErrorToErrorCode(gerror);
}
g_object_unref(file);

return error;
}
Expand Down

0 comments on commit 5526547

Please sign in to comment.