]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vboxDumpDisplay: reuse the keyUtf16 variable
authorJán Tomko <jtomko@redhat.com>
Fri, 5 Feb 2016 16:43:00 +0000 (17:43 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 9 Feb 2016 09:11:02 +0000 (10:11 +0100)
commit5a16197459ca2a562551c3853bae122e0c092827
treedda25a6f28296ca3f031070899576666ba3824d0
parent2ab95531ca675048ac60bca323f0bc06dd4991fe
vboxDumpDisplay: reuse the keyUtf16 variable

We free the key right after calling the API.

Reuse a single variable to remove the typo.
src/vbox/vbox_common.c