Skip to content

interface: Fix leak when overriding GInterfaceInfo

Thibault Saunier requested to merge interface_override into master

When the interface is being registered by PyGObject and again through an override, the first one is being leaks, free it at this point.

Merge request reports