NEW etc.: Use NEW in all obvious places
[secnet] / tun.c
diff --git a/tun.c b/tun.c
index b3c69a2..d5e0e9e 100644 (file)
--- a/tun.c
+++ b/tun.c
@@ -456,7 +456,7 @@ static list_t *tun_create(closure_t *self, struct cloc loc, dict_t *context,
     dict_t *dict;
     string_t flavour,type;
 
-    st=safe_malloc(sizeof(*st),"tun_apply");
+    NEW(st);
 
     /* First parameter must be a dict */
     item=list_elem(args,0);