Errors seen in LOGS/python-alsa-1.0.25-1.fc17

This is a summary of errors seen when compiling with an experimental static analysis tool

Raw build logs can be seen here

Reference leaks

Code paths in which the reference count of an object is left too high, leading to memory leaks

pyalsa/alsacard.c device_name_hint ob_refcnt of '*d' is 1 too high
pyalsa/alsacard.c device_name_hint ob_refcnt of '*v' is 1 too high

Reference count too low within an initialization routine

Code paths in which the reference count of an object is too low, but within an initialization routine, and thus likely to only happen once

pyalsa/alsacard.c initalsacard ob_refcnt of '*module' is 1 too low

Implementation notes for gcc-with-cpychecker

The following "Py" functions were used but aren't yet explicitly handled by gcc-with-cpychecker