changeset 448:9493b8d8a35f

Fix small problem
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 29 Jul 2010 13:57:09 +0900
parents 097bae83b07a
children c5e37091553a
files extensions/app_radgw/rgwx_acct.c extensions/test_sip/test_sip.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_radgw/rgwx_acct.c	Thu Jul 29 11:36:40 2010 +0900
+++ b/extensions/app_radgw/rgwx_acct.c	Thu Jul 29 13:57:09 2010 +0900
@@ -278,6 +278,7 @@
 {
 	TRACE_ENTRY("%p", state);
 	CHECK_PARAMS_DO( state, return );
+	CHECK_FCT_DO( fd_sess_handler_destroy( &state->sess_hdl ),  );
 	free(state);
 	return;
 }
--- a/extensions/test_sip/test_sip.c	Thu Jul 29 11:36:40 2010 +0900
+++ b/extensions/test_sip/test_sip.c	Thu Jul 29 13:57:09 2010 +0900
@@ -227,7 +227,7 @@
 	/*
 	if (test_sip_MAR_cb) {
 		(void) fd_disp_unregister(&test_sip_MAR_hdl);
-		CHECK_FCT_DO( fd_sess_handler_destroy(&ds_sess_hdl),return);
+		CHECK_FCT_DO( fd_sess_handler_destroy(&ts_sess_hdl),return);
 	}
 	*/
 	//We close database connection
"Welcome to our mercurial repository"