Skip to content

Commit

Permalink
Memory leak fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Masci committed Sep 15, 2018
1 parent fd1f45f commit 04f7e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/caja-application.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ caja_application_open (GApplication *app,
*geometry even if the user has resized open window
*/
self->priv->geometry = NULL;
g_strfreev(splitedOptions);
}

open_windows (self, files,
Expand Down

0 comments on commit 04f7e80

Please sign in to comment.