repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
ladspa
/
repos
/
extra-x86_64
/
fix-memleak-in-plugin-scanning.patch
blob
76cb2e864015264ed8bb46a37123efc53dfa6c5b
1
--- src/search.c.orig 2008-11-07 00:38:18.000000000 +0100
2
+++ src/search.c 2008-11-07 00:50:51.000000000 +0100
3
@@ -83,6 +83,8 @@
4
dlclose(pcFilename);
5
free(pcFilename);
6
}
7
+ } else {
8
+ free(pcFilename);
9
}
10
}
11
}