]> sigrok.org Git - libsigrokdecode.git/commit
More refcounting fixes
authorMarcus Comstedt <redacted>
Mon, 27 Feb 2017 21:24:23 +0000 (22:24 +0100)
committerUwe Hermann <redacted>
Tue, 28 Feb 2017 14:00:28 +0000 (15:00 +0100)
commit01f15bdf8e0c9960991544d19848b81a67e3d423
tree3170b198d1fd851b8c6019dabdbee515934e811a
parentc22cbd433a6637466d5e142e900a117048024728
More refcounting fixes

PyList_SetItem steals a reference, so code calling that must either
transfer ownership or increase the refcount.
type_decoder.c