[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [qemu-xen master] input: fix memory leak



commit 30c3b4823c34a7410ec86c8e8b42db56b7b11117
Author:     linzhecheng <linzhecheng@xxxxxxxxxx>
AuthorDate: Mon Dec 25 10:37:30 2017 +0800
Commit:     Michael Roth <mdroth@xxxxxxxxxxxxxxxxxx>
CommitDate: Mon Feb 12 19:19:15 2018 -0600

    input: fix memory leak
    
    If kbd_queue is not empty and queue_count >= queue_limit,
    we should free evt.
    
    Change-Id: Ieeacf90d5e7e370a40452ec79031912d8b864d83
    Signed-off-by: linzhecheng <linzhecheng@xxxxxxxxxx>
    Message-id: 20171225023730.5512-1-linzhecheng@xxxxxxxxxx
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>
    (cherry picked from commit fca4774a96843ba9d32a5d5d1c3826e1478facae)
    Signed-off-by: Michael Roth <mdroth@xxxxxxxxxxxxxxxxxx>
---
 ui/input.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ui/input.c b/ui/input.c
index 3e2d324..e5b78aa 100644
--- a/ui/input.c
+++ b/ui/input.c
@@ -421,6 +421,8 @@ void qemu_input_event_send_key(QemuConsole *src, KeyValue 
*key, bool down)
     } else if (queue_count < queue_limit) {
         qemu_input_queue_event(&kbd_queue, src, evt);
         qemu_input_queue_sync(&kbd_queue);
+    } else {
+        qapi_free_InputEvent(evt);
     }
 }
 
--
generated by git-patchbot for /home/xen/git/qemu-xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.