python: Don't free must-not-free variables
commitebf5ee12d15857363bcfde7fed25aa7fe8334d79
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 23 May 2011 12:41:00 +0000 (23 14:41 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 24 May 2011 08:33:36 +0000 (24 10:33 +0200)
tree1430916de3c92d87b2cf78e056b4c5857673d044
parent080c8ac14aecdba2b125eddd94d75c2f95ecf831
python: Don't free must-not-free variables

py_str() function call PyString_AsString(). As written in documentation,
the caller must not free the returned value, because it points to some
internal structures.
libvirt-override.c