Skip to content

Commit e57e2fe

Browse files
committed
Fix #481
1 parent b8d5719 commit e57e2fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/PythonEngine.pas

-1
Original file line numberDiff line numberDiff line change
@@ -8373,7 +8373,6 @@ function TPythonType.NewSubtypeInst( aType: PPyTypeObject; args, kwds : PPyObje
83738373
begin
83748374
Engine.Py_DECREF(Result);
83758375
Result := nil;
8376-
obj.Free;
83778376
end;
83788377
end;
83798378
end;

0 commit comments

Comments
 (0)