Skip to content

StoreGateBindings: Fix refcounting bug.

pyNameFromType() returns ownership to the caller, so the caller needs to do a decref on the result.

Merge request reports