1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-26 04:27:25 +00:00

FS-5343 --resolve

This commit is contained in:
Anthony Minessale 2013-04-24 12:09:35 -05:00
parent 8a727b0de4
commit fddad1da06
2 changed files with 2 additions and 2 deletions
libs/sofia-sip
.update
libsofia-sip-ua/su

@ -1 +1 @@
Wed Mar 6 13:01:54 CST 2013
Wed Apr 24 12:09:27 CDT 2013

@ -609,7 +609,7 @@ int localinfo4(su_localinfo_t const *hints, su_localinfo_t **rresult)
ifc.ifc_len = numifs * sizeof (struct ifreq);
buffer = malloc(sizeof(su_localinfo_t) + ifc.ifc_len + su_xtra);
if (!buffer) {
SU_DEBUG_1(("su_localinfo: memory exhausted\n"));
SU_DEBUG_1(("su_localinfo: memory exhausted\n" VA_NONE));
error = ELI_MEMORY;
goto err;
}