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