summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-07-27 11:58:39 +0000
committerPierre Joye <pajoye@php.net>2011-07-27 11:58:39 +0000
commit7e0b627b021640f0ffe7041b973961c99e1bd72a (patch)
tree22ba6b318d6f0bc478bb84dd0e6430845e67ac56 /TSRM
parentbbd6fe70118589e7957c83482f4b10d940ae5fd6 (diff)
downloadphp-git-7e0b627b021640f0ffe7041b973961c99e1bd72a.tar.gz
- WS
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm_virtual_cwd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c
index 5330c31477..0c9b616db0 100644
--- a/TSRM/tsrm_virtual_cwd.c
+++ b/TSRM/tsrm_virtual_cwd.c
@@ -706,7 +706,6 @@ static inline realpath_cache_bucket* realpath_cache_find(const char *path, int p
} else {
CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1;
}
-
free(r);
} else if (key == (*bucket)->key && path_len == (*bucket)->path_len &&
memcmp(path, (*bucket)->path, path_len) == 0) {