mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
mem leak
This commit is contained in:
parent
300348916e
commit
719416f66b
@ -744,6 +744,7 @@ abyss_bool handler_hook(TSession * r)
|
||||
|
||||
if (dateValue) {
|
||||
ResponseAddField(r, "Date", dateValue);
|
||||
free(dateValue);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user