Re: [PATCH 01/11] libshouldbeinlibc: fix minor port leak in maptime_map

2013-11-27 Thread Samuel Thibault
Justus Winter, le Wed 27 Nov 2013 13:31:08 +0100, a écrit : > Deallocate the device port after creating the mapping. The mapping is > independent of the device port. > > * libshouldbeinlibc/maptime.c (maptime_map): Deallocate device port. Ack. > --- > libshouldbeinlibc/maptime.c |4 >

[PATCH 01/11] libshouldbeinlibc: fix minor port leak in maptime_map

2013-11-27 Thread Justus Winter
Deallocate the device port after creating the mapping. The mapping is independent of the device port. * libshouldbeinlibc/maptime.c (maptime_map): Deallocate device port. --- libshouldbeinlibc/maptime.c |4 1 file changed, 4 insertions(+) diff --git a/libshouldbeinlibc/maptime.c b/libsh