mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-08 13:21:51 +00:00
FS-11077: [mod_enum] Memory Leak in mod_enum #resolve
This commit is contained in:
@@ -866,7 +866,8 @@ SWITCH_STANDARD_API(enum_function)
|
||||
} else {
|
||||
stream->write_function(stream, "Invalid Input!\n");
|
||||
}
|
||||
|
||||
switch_safe_free(mydata);
|
||||
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user