mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
compile fix
This commit is contained in:
parent
4dd1e92ba1
commit
e80fd42e69
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ HNode *dlist = NULL;
|
|||
// speed up malloc/free
|
||||
#define HNODE_MAX_MALLOC 16
|
||||
static HNode *hnode_unused = NULL;
|
||||
static int hnode_malloc_cnt = 0;
|
||||
HNode *hmalloc(void) {
|
||||
if (hnode_unused == NULL) {
|
||||
hnode_unused = malloc(sizeof(HNode) * HNODE_MAX_MALLOC);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue