Skip to content

Commit 04f7e80

Browse files
author
Clément Masci
committed
Memory leak fix
1 parent fd1f45f commit 04f7e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/caja-application.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ caja_application_open (GApplication *app,
381381
*geometry even if the user has resized open window
382382
*/
383383
self->priv->geometry = NULL;
384+
g_strfreev(splitedOptions);
384385
}
385386

386387
open_windows (self, files,

0 commit comments

Comments
 (0)