[sourcescanner] Plug a couple of python leaks
authorJohan Dahlin <johan@gnome.org>
Sun, 26 Sep 2010 15:37:19 +0000 (12:37 -0300)
committerJohan Dahlin <johan@gnome.org>
Sun, 26 Sep 2010 15:37:19 +0000 (12:37 -0300)
commit478b318909b01d5269407df1d274c77720cde05b
tree60b7212432ee3a5f7598d11a7c600f0bc9853809
parent99ab8df51ef28940a4da5827263f498065634411
[sourcescanner] Plug a couple of python leaks

There's no need to increase the reference count to
items passed into PyList_SetItem, it already steals a reference.
giscanner/giscannermodule.c