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..9be8ed2 100644
> --- a/libdiskfs/boot-start.c
> +++ b/libdiskfs/boot-start.c
> @@ -61,6 +61,7 @@ get_console ()
>      return MACH_PORT_NULL;
>  
>    err = device_open (device_master, D_WRITE | D_READ, "console", &console);
> +  mach_port_deallocate (mach_task_self (), device_master);
>    if (err)
>      return MACH_PORT_NULL;
>  
> -- 
> 2.1.4
> 

-- 
Samuel
* x remarque qu'avec un peu de volonté, on peut faire du code de porc
dans d'importe quel langage Turing-complet
 -+- x sur #ens-mim - codons porc -+-

Reply via email to