Closed a memory leak with -find. Coverity CID 28740.
This commit is contained in:
parent
2d4097d80c
commit
7bfc8f3235
@ -483,6 +483,7 @@ int Findjob_new_node(struct FindjoB *job, struct ExprnodE **fnode,
|
|||||||
job->errn= -2;
|
job->errn= -2;
|
||||||
sprintf(job->errmsg,
|
sprintf(job->errmsg,
|
||||||
"Program error while parsing -job : sub branch overwrite");
|
"Program error while parsing -job : sub branch overwrite");
|
||||||
|
Exprnode_destroy(fnode, 0);
|
||||||
return(0);
|
return(0);
|
||||||
} else
|
} else
|
||||||
job->cursor->sub= f;
|
job->cursor->sub= f;
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2015.11.03.125655"
|
#define Xorriso_timestamP "2015.11.03.130551"
|
||||||
|
Loading…
Reference in New Issue
Block a user