On Do, 2014-10-23 at 14:33 +0800, arei.gong...@huawei.com wrote: > From: Gonglei <arei.gong...@huawei.com> > > When using qmp change vnc interface, will leak fd > of vs->lsock and vs->lwebsock (if configed). Close > them before: re-evaluate.
Ah, the file handles are leaked because you dropped the vnc_display_close() call. Don't do that then ... cheers, Gerd