]> granicus.if.org Git - php/commitdiff
- WS
authorPierre Joye <pajoye@php.net>
Wed, 27 Jul 2011 11:58:39 +0000 (11:58 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 27 Jul 2011 11:58:39 +0000 (11:58 +0000)
TSRM/tsrm_virtual_cwd.c

index 5330c314776d61789371a52e810649ad8b788dea..0c9b616db03a224b0338d83a164f168ac841bae8 100644 (file)
@@ -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) {