Searched refs:newPrivates (Results 1 – 2 of 2) sorted by relevance
316 DevUnion *newPrivates; in localRegisterFreeBoxCallback() local328 newPrivates = reallocarray(offman->devPrivates, in localRegisterFreeBoxCallback()331 if (!newPrivates) in localRegisterFreeBoxCallback()334 offman->devPrivates = newPrivates; in localRegisterFreeBoxCallback()
64634 …Memory leak of pointer 'newPrivates' allocated with realloc(((char*)offman->devPrivates), (8 * (of…64636 …'newPrivates' allocated at line 324 with realloc(((char*)offman->devPrivates), (8 * (offman->NumCa…64637 newPrivates leaks when newCallbacks == NULL at line 327.