Re: [Qemu-block] [PATCH v2] block/nbd: Fix the regression to free leaked visitor

2016-11-02 Thread Ashijeet Acharya
On Wed, Nov 2, 2016 at 4:00 PM, Kevin Wolf wrote: > Am 02.11.2016 um 10:48 hat Ashijeet Acharya geschrieben: >> This patch frees the leaked visitor in nbd_refresh_filename() and uses >> visit_free() to fix it. The leak was introduced by the commit 491d6c7. >> >> Signed-off-by: Ashijeet Acharya >>

Re: [Qemu-block] [PATCH v2] block/nbd: Fix the regression to free leaked visitor

2016-11-02 Thread Kevin Wolf
Am 02.11.2016 um 10:48 hat Ashijeet Acharya geschrieben: > This patch frees the leaked visitor in nbd_refresh_filename() and uses > visit_free() to fix it. The leak was introduced by the commit 491d6c7. > > Signed-off-by: Ashijeet Acharya > Reviewed-by: Eric Blake I don't think this would gener

[Qemu-block] [PATCH v2] block/nbd: Fix the regression to free leaked visitor

2016-11-02 Thread Ashijeet Acharya
This patch frees the leaked visitor in nbd_refresh_filename() and uses visit_free() to fix it. The leak was introduced by the commit 491d6c7. Signed-off-by: Ashijeet Acharya Reviewed-by: Eric Blake --- Changes in v2: - Include the regression commit id in the commit message --- block/nbd.c | 1 +