2
0
johann 5 жил өмнө
parent
commit
1fa93549d5

+ 2 - 0
lazpaintcontrols/lcvectorpolyshapes.pas

@@ -1119,6 +1119,8 @@ begin
         ADest.FillPolyAntialias(pts, penScan) else
         ADest.FillPolyAntialias(pts, PenColor);
     end;
+
+    penScan.Free;
   end;
 end;