Commit 87b335bc authored by Federico G. Schwindt's avatar Federico G. Schwindt

Plug minor leak

parent 1af1ff4f
......@@ -526,6 +526,7 @@ vsm_vlu_minus(struct vsm *vd, struct vsm_set *vs, const char *line)
}
break;
}
VAV_Free(av);
return (0);
}
......
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