diff options
author | raveit65 <[email protected]> | 2018-09-17 09:25:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-09-17 09:25:13 +0200 |
commit | 0d7a79dc7d4e1cef1a69005f58d0c29872c3d55c (patch) | |
tree | 11e704e97f42b2f9359a2a655911ae6100491312 | |
parent | e362fef00a0cb9e04121693c6bb77b4212853b05 (diff) | |
download | caja-0d7a79dc7d4e1cef1a69005f58d0c29872c3d55c.tar.bz2 caja-0d7a79dc7d4e1cef1a69005f58d0c29872c3d55c.tar.xz |
Revert "Memory leak fix"
This reverts commit 04f7e80725c61ab511e2a4ead45eb31acc026e1a.
-rw-r--r-- | src/caja-application.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/caja-application.c b/src/caja-application.c index ea061c32..c2ce7b2a 100644 --- a/src/caja-application.c +++ b/src/caja-application.c @@ -381,7 +381,6 @@ 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, |