SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
sysutils/curlftpfs/patches/patch-cache_c
Normal file
13
sysutils/curlftpfs/patches/patch-cache_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
Fix a memory leak when cache is disabled. Debian #614347.
|
||||
|
||||
--- cache.c.orig Mon Dec 16 10:33:52 2013
|
||||
+++ cache.c Mon Dec 16 10:34:02 2013
|
||||
@@ -25,7 +25,7 @@ struct cache {
|
||||
time_t last_cleaned;
|
||||
};
|
||||
|
||||
-static struct cache cache;
|
||||
+struct cache cache;
|
||||
|
||||
struct node {
|
||||
struct stat stat;
|
Loading…
Add table
Add a link
Reference in a new issue