Skip to content

Fix double free if array item cannot be marshalled to Python

Remove a free clause. The free clause also happens in the error handling block.

Fixes #327 (closed)

Merge request reports