Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
- WS
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejoye committed Jul 27, 2011
1 parent bbd6fe7 commit 7e0b627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TSRM/tsrm_virtual_cwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7e0b627

Please sign in to comment.