[PATCH 0/2] ch: Two simple fixes

Michal Privoznik via Devel posted 2 patches 3 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1757590801.git.mprivozn@redhat.com
src/ch/ch_events.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
[PATCH 0/2] ch: Two simple fixes
Posted by Michal Privoznik via Devel 3 weeks, 2 days ago
While working on emitting more events from the CH driver and playing
with cloud-hypervisor itself, I've noticed one memleak and one forgotten
call to unlock.

Michal Prívozník (2):
  ch: Avoid memory leak in virCHProcessEvents()
  ch: Unlock domain in virCHEventStopProcess() on all exit paths

 src/ch/ch_events.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

-- 
2.49.1

Re: [PATCH 0/2] ch: Two simple fixes
Posted by Ján Tomko via Devel 3 weeks, 2 days ago
On a Thursday in 2025, Michal Privoznik via Devel wrote:
>While working on emitting more events from the CH driver and playing
>with cloud-hypervisor itself, I've noticed one memleak and one forgotten
>call to unlock.
>
>Michal Prívozník (2):
>  ch: Avoid memory leak in virCHProcessEvents()
>  ch: Unlock domain in virCHEventStopProcess() on all exit paths
>
> src/ch/ch_events.c | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano