Skip to content

Commit

Permalink
Dont double-free the director-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdphk committed Apr 21, 2021
1 parent 193570e commit 4758658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/varnishd/cache/cache_backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ vbe_free(struct backend *be)
#undef DN
free(be->endpoint);

Lck_Delete(be->director->mtx);
FREE_OBJ(be);
}

Expand Down

0 comments on commit 4758658

Please sign in to comment.