On shutdown, files should not have references

parent 5a2a0c7d
......@@ -608,7 +608,7 @@ tus_file_del_shutdown(struct tus_file_core **fcorep)
assert (rm == fcore);
tus_exp_delete(fcore);
(void) tus_file_unref_locked(fcore);
AZ(tus_file_unref_locked(fcore));
}
static inline void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment