Fix another minor memory leak.
Submitted by: Susant Sahani <ssahani@redhat.com>
Этот коммит содержится в:
родитель
e3faf8e421
Коммит
7da3d76096
@ -2137,6 +2137,7 @@ iperf_new_stream(struct iperf_test *test, int s)
|
||||
sp->settings = test->settings;
|
||||
sp->result = (struct iperf_stream_result *) malloc(sizeof(struct iperf_stream_result));
|
||||
if (!sp->result) {
|
||||
free(sp);
|
||||
i_errno = IECREATESTREAM;
|
||||
return NULL;
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user