Skip to content

Commit

Permalink
Issues with non-ASCII chars in path or filename #604
Browse files Browse the repository at this point in the history
* Fix memleak in last commit
  • Loading branch information
Mathieu Laurendeau committed Jan 19, 2019
1 parent 19761cd commit 2726340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/gimx.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ int main(int argc, char *argv[])
goto QUIT;
}
gimx_params.homedir = utf16le_to_utf8(path);
free(path);
#endif

if (gprio() < 0)
Expand Down

0 comments on commit 2726340

Please sign in to comment.