Menu

#51 list.cpp:308: possible bad delete ?

open
nobody
None
5
2016-01-12
2016-01-12
dcb
No

list.cpp:308:10: warning: deleting object of abstract class type 'ID3_Tag::ConstIterator' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor]

Source code is

delete Iter;

Discussion


Log in to post a comment.