Fix memory leak.
--HG-- branch : develop
This commit is contained in:
@ -2562,6 +2562,7 @@ bool dxfRW::processVertex(DRW_Polyline *pl) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
delete v;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user