Skip to content

Commit 7e0b627

Browse files
committed
- WS
1 parent bbd6fe7 commit 7e0b627

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TSRM/tsrm_virtual_cwd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,6 @@ static inline realpath_cache_bucket* realpath_cache_find(const char *path, int p
706706
} else {
707707
CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1;
708708
}
709-
710709
free(r);
711710
} else if (key == (*bucket)->key && path_len == (*bucket)->path_len &&
712711
memcmp(path, (*bucket)->path, path_len) == 0) {

0 commit comments

Comments
 (0)