Re: [PATCH hurd 2/7] libdiskfs: fix port leak

2015-01-17 Thread Samuel Thibault
Justus Winter, le Sat 17 Jan 2015 18:26:41 +0100, a écrit : > * libdiskfs/boot-start.c (get_console): Deallocate `device_master'. Ack, thanks! > --- > libdiskfs/boot-start.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c > index cfe2303.

[PATCH hurd 2/7] libdiskfs: fix port leak

2015-01-17 Thread Justus Winter
* libdiskfs/boot-start.c (get_console): Deallocate `device_master'. --- libdiskfs/boot-start.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c index cfe2303..9be8ed2 100644 --- a/libdiskfs/boot-start.c +++ b/libdiskfs/boot-start.c @@ -61,6 +61,7