There are some places in comps_objmradix.c where COMPS_OBJECT_DESTROY is called on the wrong address, resulting in memory leaks (in these particular cases)
|
COMPS_OBJECT_DESTROY(&rtdata->data); |
|
COMPS_OBJECT_DESTROY(&rtdata->data); |
|
COMPS_OBJECT_DESTROY(&rtdata->data); |
There are some places in
comps_objmradix.cwhere COMPS_OBJECT_DESTROY is called on the wrong address, resulting in memory leaks (in these particular cases)libcomps/libcomps/src/comps_objmradix.c
Line 134 in 2ed0fe5
libcomps/libcomps/src/comps_objmradix.c
Line 188 in 2ed0fe5
libcomps/libcomps/src/comps_objmradix.c
Line 242 in 2ed0fe5