Restconf mem leak
This commit is contained in:
parent
315e554637
commit
fa93364953
6 changed files with 26 additions and 17 deletions
|
|
@ -1533,7 +1533,6 @@ upgrade_callback_call(clixon_handle h,
|
|||
{
|
||||
int retval = -1;
|
||||
upgrade_callback_t *uc;
|
||||
int nr = 0; /* How many callbacks */
|
||||
int ret;
|
||||
plugin_module_struct *ms = plugin_module_struct_get(h);
|
||||
|
||||
|
|
@ -1564,7 +1563,6 @@ upgrade_callback_call(clixon_handle h,
|
|||
}
|
||||
goto fail;
|
||||
}
|
||||
nr++;
|
||||
}
|
||||
uc = NEXTQ(upgrade_callback_t *, uc);
|
||||
} while (uc != ms->ms_upgrade_callbacks);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue