]> git.alsa-project.org Git - alsa-python.git/commit
alsaseq: fix memory leaks
authorHector Martin <marcan@marcan.st>
Sat, 10 Jan 2015 19:02:11 +0000 (04:02 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 Jan 2015 17:18:34 +0000 (18:18 +0100)
commit983541f25ee1fcaa0fae622b7076b0759b010e38
tree1c5b69e1b6e36f3903cb827700e7aeeafb247f76
parent9100cc5c399f98baac400dcb3f8aebe5044fd207
alsaseq: fix memory leaks

Fix a bunch of dangling reference issues. Also switch to Py_BuildValue
where appropriate, since that makes it easier to build complex
dictionary/tuple structures without leaking integer/string references.

Signed-off-by: Hector Martin <marcan@marcan.st>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
pyalsa/alsaseq.c