Unverified Commit 9b10954e by S.Çağlar Onur Committed by Christian Brauner

Revert "Set c to NULL after freeing it"

parent ed07f7bc
...@@ -296,7 +296,6 @@ static void lxc_container_free(struct lxc_container *c) ...@@ -296,7 +296,6 @@ static void lxc_container_free(struct lxc_container *c)
c->config_path = NULL; c->config_path = NULL;
free(c); free(c);
c = NULL;
} }
/* Consider the following case: /* Consider the following case:
......
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