jail: make use of per-container netifd via ubus
[project/procd.git] / uxc.c
diff --git a/uxc.c b/uxc.c
index a896d5ff148b6a8c1d4a43b0e751764452dec4ba..b33513f5c33d2fc51855b86eb8b1bbab8ecc4a28 100644 (file)
--- a/uxc.c
+++ b/uxc.c
@@ -590,9 +590,6 @@ static int uxc_create(char *name, bool immediately)
                ret = EIO;
        }
 
-       free(jailname);
-       free(path);
-
        return ret;
 }