target-i386: Don't strdup() alias property name
commitd461a44ca4b164549fe19b14d2cdf0524f778ce1
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 9 Jul 2015 15:24:43 +0000 (9 12:24 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 15 Jul 2015 20:02:14 +0000 (15 17:02 -0300)
tree4fa55ea51b978a9fef6e4cae96abdb4dd20641c1
parent7692401a0826803522cfde533bdcc149932ddc6a
target-i386: Don't strdup() alias property name

Now object_property_add_alias() calls g_strdup() on the target property
name, so we don't need to call g_strdup() ourselves.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu.c