mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
FS-9656 Coverity 1364971: resolve memory leak in new HEPv3 logging
This commit is contained in:
parent
501579c8e9
commit
c82e83fb42
@ -806,6 +806,7 @@ int tport_capt_msg_hepv3 (tport_t const *self, msg_t *msg, size_t n,
|
|||||||
n -= len;
|
n -= len;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
free(hg);
|
||||||
return buflen;
|
return buflen;
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user