[Asterisk-code-review] cel odbc: Fix memory leak on module unload (asterisk[master])
Badalian Vyacheslav
asteriskteam at digium.com
Sun Oct 9 22:26:49 CDT 2016
Badalian Vyacheslav has uploaded a new change for review.
https://gerrit.asterisk.org/4043
Change subject: cel_odbc: Fix memory leak on module unload
......................................................................
cel_odbc: Fix memory leak on module unload
Change-Id: Ib5b79b18bae6071c95d19ea12509038ae6886a5c
---
M cel/cel_odbc.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/43/4043/1
diff --git a/cel/cel_odbc.c b/cel/cel_odbc.c
index 3c0be04..a10aada 100644
--- a/cel/cel_odbc.c
+++ b/cel/cel_odbc.c
@@ -291,6 +291,7 @@
else
ast_free(tableptr);
}
+ ast_config_destroy(cfg);
return res;
}
--
To view, visit https://gerrit.asterisk.org/4043
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib5b79b18bae6071c95d19ea12509038ae6886a5c
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Badalian Vyacheslav <v.badalyan at open-bs.ru>
More information about the asterisk-code-review
mailing list