mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
Another location where mod_rtmp would leak memory.
This commit is contained in:
parent
194e1ae366
commit
dc4209275d
@ -283,7 +283,9 @@ static amf0_data * amf0_associative_array_read(read_proc_t read_proc, void * use
|
||||
amf0_data_free(element);
|
||||
amf0_data_free(data);
|
||||
return NULL;
|
||||
}
|
||||
} else {
|
||||
amf0_data_free(name);
|
||||
}
|
||||
}
|
||||
else {
|
||||
amf0_data_free(name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user