milis/talimatname/genel/l/ladspa/ladspa-fix-memleak-in-plugi...

12 lines
235 B
Diff
Raw Normal View History

2018-06-09 00:06:58 +02:00
--- src/search.c.orig 2008-11-07 00:38:18.000000000 +0100
+++ src/search.c 2008-11-07 00:50:51.000000000 +0100
@@ -83,6 +83,8 @@
dlclose(pcFilename);
free(pcFilename);
}
+ } else {
+ free(pcFilename);
}
}
}