Hi again after discussins with Helg, second change is not relevant, so only
the first should remains.

Kind regards.

Index: fuse.c
===================================================================
RCS file: /cvs/src/lib/libfuse/fuse.c,v
retrieving revision 1.24
diff -u -p -r1.24 fuse.c
--- fuse.c 20 May 2014 13:32:22 -0000 1.24
+++ fuse.c 1 Jan 2015 13:17:02 -0000
@@ -493,5 +493,8 @@ fuse_main(int argc, char **argv, const s
  if (!fuse)
  return (-1);

+ if (mp)
+ free(mp);
+
  return (fuse_loop(fuse));
 }

Reply via email to