Fix memory leak.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-07-07 18:11:48 +03:00
parent 9807ef7e00
commit 2f98ec7c8a

View file

@ -2562,6 +2562,7 @@ bool dxfRW::processVertex(DRW_Polyline *pl) {
break;
}
}
delete v;
return true;
}