Merge pull request #484 from dragos-oancea/mod_amrwb-fixleak-xml

[mod_amrwb] fix memory leak at load time (xml)
This commit is contained in:
Andrey Volk 2020-03-12 21:06:44 +04:00 committed by GitHub
commit 06f905de9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -551,6 +551,10 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_amrwb_load)
}
}
}
if (xml) {
switch_xml_free(xml);
}
#endif
/* connect my internal structure to the blank pointer passed to me */