mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-14 11:06:36 +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) {
|
if (dateValue) {
|
||||||
ResponseAddField(r, "Date", dateValue);
|
ResponseAddField(r, "Date", dateValue);
|
||||||
|
free(dateValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user