1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-02 08:58:33 +03:00

net: fix popt context memleak.

Guenther
(This used to be commit 60bce925746590aabf489f0c771afd732c32f5a0)
This commit is contained in:
Günther Deschner 2008-06-04 02:44:24 +02:00
parent dddc5725db
commit 913a323623

View File

@ -567,6 +567,8 @@ static struct functable net_func[] = {
libnetapi_free(c->netapi_ctx);
poptFreeContext(pc);
TALLOC_FREE(frame);
return rc;
}