Freeing memory allocated for engine structure in case of error.
Found by Coverity (CID 353389).
This commit is contained in:
@@ -156,9 +156,9 @@ signals_fail:
|
|||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
fibers_fail:
|
fibers_fail:
|
||||||
|
#endif
|
||||||
|
|
||||||
nxt_free(engine);
|
nxt_free(engine);
|
||||||
#endif
|
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user