Interface Kit: fix bad free, CID 611174
This commit is contained in:
parent
a98019cd3f
commit
6073b1d56d
@ -226,7 +226,7 @@ BPicture::_InitData()
|
|||||||
BPicture::~BPicture()
|
BPicture::~BPicture()
|
||||||
{
|
{
|
||||||
BAutolock _(sPictureListLock);
|
BAutolock _(sPictureListLock);
|
||||||
sPictureList.RemoveItem(this);
|
sPictureList.RemoveItem(this, false);
|
||||||
_DisposeData();
|
_DisposeData();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user