Loading src/common/storagedir.c +3 −1 Original line number Diff line number Diff line Loading @@ -425,7 +425,9 @@ storage_dir_remove_file(storage_dir_t *d, } } if (unlink(ipath) == 0) { if (! BUG(d->usage < size)) { d->usage -= size; } } else { log_warn(LD_FS, "Unable to unlink %s", escaped(path)); tor_free(path); Loading Loading
src/common/storagedir.c +3 −1 Original line number Diff line number Diff line Loading @@ -425,7 +425,9 @@ storage_dir_remove_file(storage_dir_t *d, } } if (unlink(ipath) == 0) { if (! BUG(d->usage < size)) { d->usage -= size; } } else { log_warn(LD_FS, "Unable to unlink %s", escaped(path)); tor_free(path); Loading