diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-01-25 19:24:24 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2025-02-14 08:49:06 +0300 |
commit | c996dacfa1fd090910f8614c06df2a350b15211a (patch) | |
tree | 92bb5e4839725d6ba1a89adfbc4034bb1ad08047 /rust/qemu-api | |
parent | 9038ac0c5c4ce8f6cf49e1146a79b633dc534b7d (diff) | |
download | qemu-c996dacfa1fd090910f8614c06df2a350b15211a.zip qemu-c996dacfa1fd090910f8614c06df2a350b15211a.tar.gz qemu-c996dacfa1fd090910f8614c06df2a350b15211a.tar.bz2 |
qemu/timer: Clarify timer_new*() must be freed with timer_free()
There was not mention QEMUTimer created with timer_new*() must
be released with timer_free() instead of g_free(), because then
active timers are removed from the active list. Update the
documentation mentioning timer_free().
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'rust/qemu-api')
0 files changed, 0 insertions, 0 deletions