fix little leak on vm load
This commit is contained in:
parent
9bbee350c2
commit
46ca8a0252
|
@ -219,6 +219,7 @@ SWITCH_DECLARE(switch_status_t) switch_stream_write_file_contents(switch_stream_
|
||||||
stream->write_function(stream, "%s", line_buf);
|
stream->write_function(stream, "%s", line_buf);
|
||||||
}
|
}
|
||||||
fclose(fd);
|
fclose(fd);
|
||||||
|
switch_safe_free(line_buf);
|
||||||
status = SWITCH_STATUS_SUCCESS;
|
status = SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue