]> xenbits.xensource.com Git - libvirt.git/commit
Do not free static buffer with UUID
authorJiri Denemark <jdenemar@redhat.com>
Thu, 17 Jun 2010 14:45:28 +0000 (16:45 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 21 Jun 2010 08:11:34 +0000 (10:11 +0200)
commit72a7f8b2a924efd7df870fdcd29e2b53133a067e
treec37d4c0d72c4d65500a48bafb33997a836c2dcd6
parentc5ec45a3a4ae3a268d390f0ec88b9b56cd6ec189
Do not free static buffer with UUID

As anywhere else, uuid is defined as a fixed size array inside
_virSecret structure; we shouldn't try to free it.
src/datatypes.c