Actions
Bug #1156
closedNeed to check return value of DcmList::append(), DcmList::prepend() and DcmList::insert() to avoid possible memory leaks
Status:
WontFix
Priority:
Normal
Assignee:
-
Category:
Library
Target version:
-
Start date:
2025-03-09
Due date:
% Done:
0%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
The methods DcmList::append(), DcmList::prepend() and DcmList::insert() may return NULL if the passed object could not be appended, prepended or inserted into the list. In this case, the caller must delete the memory associated with the object.
Actions