diff options
author | 2014-12-04 13:55:09 +0100 | |
---|---|---|
committer | 2014-12-10 10:31:21 +0100 | |
commit | 3ba235a02284c39b34a68a2a588508ffb52a7b55 (patch) | |
tree | 8d1ba626ba4866334e81b4821ce9fbd137cc8d95 /scripts/switch-timer-api | |
parent | block: remove BLOCK_OPT_NOCOW from vpc_create_opts (diff) | |
download | qemu-3ba235a02284c39b34a68a2a588508ffb52a7b55.tar.xz qemu-3ba235a02284c39b34a68a2a588508ffb52a7b55.zip |
block: Use g_new0() for a bit of extra type checking
g_new(T, 1) is safer than g_malloc(sizeof(T)), because it returns T *
rather than void *, which lets the compiler catch more type errors.
Missed in commit 02c4f26.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 1417697709-13087-1-git-send-email-armbru@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts/switch-timer-api')
0 files changed, 0 insertions, 0 deletions