mbox series

[v1,0/2] ui/vdagent: Fix two bugs about disconnect event handling

Message ID cover.1692281173.git.tugy@chinatelecom.cn
Headers show
Series ui/vdagent: Fix two bugs about disconnect event handling | expand

Message

Guoyi Tu Aug. 17, 2023, 2:12 p.m. UTC
From: Guoyi Tu <tugy@chinatelecom.cn>

and resource leak

Guoyi Tu (2):
  ui/vdagent: call vdagent_disconnect() when agent connection is lost
  ui/vdagent: Unregister input handler of mouse during finalization

 ui/vdagent.c | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Guoyi Tu Sept. 4, 2023, 11:25 a.m. UTC | #1
Hi Gerd, what do you think of these two patches? Can they be merged into
the upstream?

On 2023/8/17 22:12, tugy@chinatelecom.cn wrote:
> From: Guoyi Tu <tugy@chinatelecom.cn>
> 
> and resource leak
> 
> Guoyi Tu (2):
>    ui/vdagent: call vdagent_disconnect() when agent connection is lost
>    ui/vdagent: Unregister input handler of mouse during finalization
> 
>   ui/vdagent.c | 6 ++++++
>   1 file changed, 6 insertions(+)
>
Marc-André Lureau Sept. 4, 2023, 11:28 a.m. UTC | #2
Hi

On Mon, Sep 4, 2023 at 3:26 PM Guoyi Tu <tugy@chinatelecom.cn> wrote:
>
> Hi Gerd, what do you think of these two patches? Can they be merged into
> the upstream?

I'll queue them.

thanks
Guoyi Tu Sept. 4, 2023, 11:36 a.m. UTC | #3
On 2023/9/4 19:28, Marc-André Lureau wrote:
> Hi
> 
> On Mon, Sep 4, 2023 at 3:26 PM Guoyi Tu <tugy@chinatelecom.cn> wrote:
>>
>> Hi Gerd, what do you think of these two patches? Can they be merged into
>> the upstream?
> 
> I'll queue them.
> 
> thanks
> 
> 
> 
I'm glad they can be merged. Thank you.