Corrected improper reaction on memory shortage. Coverity CID 28825.
This commit is contained in:
parent
d173a88d79
commit
d5a73dbfcf
@ -4467,7 +4467,7 @@ int Xorriso_named_pipe_loop(struct XorrisO *xorriso,
|
||||
if(lst_ret <= 0) {
|
||||
Xorriso_msgs_submit(xorriso, 0,
|
||||
"-named_pipe_loop: Cannot buffer all input lines", 0, "FATAL", 0);
|
||||
ret= -1;
|
||||
ret= -1; goto ex;
|
||||
} else {
|
||||
if(xorriso->buffered_dialog == NULL)
|
||||
xorriso->buffered_dialog= prev_lst;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2015.11.06.181047"
|
||||
#define Xorriso_timestamP "2015.11.06.194638"
|
||||
|
Loading…
Reference in New Issue
Block a user