]> Git Repo - qemu.git/commit
chardev/tcp: Fix error message double free error
authorlichun <[email protected]>
Sun, 21 Jun 2020 21:30:17 +0000 (05:30 +0800)
committerMarkus Armbruster <[email protected]>
Thu, 2 Jul 2020 04:24:31 +0000 (06:24 +0200)
commited4e0d2ef140aef255d67eec30767e5fcd949f58
treeab32a0f35003c174f188ee4d43dec68328ef2e38
parentfc1bff958998910ec8d25db86cd2f53ff125f7ab
chardev/tcp: Fix error message double free error

Errors are already freed by error_report_err, so we only need to call
error_free when that function is not called.

Cc: [email protected]
Signed-off-by: lichun <[email protected]>
Message-Id: <20200621213017[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
[Commit message improved, cc: qemu-stable]
Signed-off-by: Markus Armbruster <[email protected]>
chardev/char-socket.c
This page took 0.023625 seconds and 4 git commands to generate.