Commit 89aa01f4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Plug an isignificant resource leak.

Found by Coverity
parent ba37d413
......@@ -607,6 +607,7 @@ tweak_poolparam(struct cli *cli, const struct parspec *par, const char *arg)
}
*pp = px;
} while(0);
VAV_Free(av);
}
}
......
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