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

Commit 5526547

Browse files
committed
Merge pull request #356 from eyelash/fixes
add a missing call to g_object_unref
2 parents 016da52 + 872e689 commit 5526547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appshell/appshell_extensions_gtk.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ int32 MakeDir(ExtensionString path, int mode)
269269
if (!g_file_make_directory(file, NULL, &gerror)) {
270270
error = GErrorToErrorCode(gerror);
271271
}
272+
g_object_unref(file);
272273

273274
return error;
274275
}

0 commit comments

Comments
 (0)