mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 20:00:26 +00:00
FS-3164
This commit is contained in:
parent
06c4217922
commit
5eb9c3f4a7
@ -2492,6 +2492,7 @@ static switch_status_t deliver_vm(vm_profile_t *profile,
|
|||||||
if (copy) {
|
if (copy) {
|
||||||
switch_file_copy(path, file_path, SWITCH_FPROT_FILE_SOURCE_PERMS, pool);
|
switch_file_copy(path, file_path, SWITCH_FPROT_FILE_SOURCE_PERMS, pool);
|
||||||
} else {
|
} else {
|
||||||
|
switch_safe_free(file_path);
|
||||||
file_path = (char *) path;
|
file_path = (char *) path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user