lib/initend.c: CID 62697 (dereference before NULL check)
This commit is contained in:
parent
7310322cbf
commit
8ccb48e65b
@ -128,8 +128,7 @@ store_preserved_file(struct xbps_handle *xhp, const char *file)
|
|||||||
}
|
}
|
||||||
out:
|
out:
|
||||||
globfree(&globbuf);
|
globfree(&globbuf);
|
||||||
if (rfile)
|
free(rfile);
|
||||||
free(rfile);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
|
Loading…
Reference in New Issue
Block a user