[Asterisk-code-review] cel odbc: Fix memory leak on module unload (asterisk[13])

Badalian Vyacheslav asteriskteam at digium.com
Sun Oct 9 22:32:18 CDT 2016


Badalian Vyacheslav has uploaded a new change for review.

  https://gerrit.asterisk.org/4045

Change subject: cel_odbc: Fix memory leak on module unload
......................................................................

cel_odbc: Fix memory leak on module unload

Change-Id: Ic7a1236eba2408090fdabb5f717b5fa455ead715
---
M cel/cel_odbc.c
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/45/4045/1

diff --git a/cel/cel_odbc.c b/cel/cel_odbc.c
index 11e3330..701883b 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/4045
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic7a1236eba2408090fdabb5f717b5fa455ead715
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Badalian Vyacheslav <v.badalyan at open-bs.ru>



More information about the asterisk-code-review mailing list