Commit 89e390b7 authored by FaramosCZ's avatar FaramosCZ Committed by Sergey Vojtovich

Fix resource leak

parent 9ff713d3
...@@ -384,6 +384,7 @@ create_worker_threads(uint n) ...@@ -384,6 +384,7 @@ create_worker_threads(uint n)
return threads; return threads;
err: err:
my_free(threads);
return NULL; return NULL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment