Free backend management resource after close all sessions

This commit is contained in:
vemax78
2013-11-24 23:00:57 +01:00
parent e320bef6a7
commit d303f057f0
3 changed files with 7 additions and 1 deletions

View File

@ -872,6 +872,9 @@ int ac_execute(void) {
/* Wait to terminate all sessions */
ac_wait_terminate_allsessions();
/* Free Backend Management */
ac_backend_free();
/* Free memory */
capwap_free(fds);
return result;