X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Finput_netlist.c;h=fc8dc0d09d476968023891e4012f94eed4b72931;hb=393a5d5241b2088db43ba29e4c9774743f61a4f1;hp=46e7659fdfda4a7f3ef9460c04780a2b96855f41;hpb=eb8d4519bc2285f191244e85d941425671a9a9b5;p=vlc diff --git a/src/input/input_netlist.c b/src/input/input_netlist.c index 46e7659fdf..fc8dc0d09d 100644 --- a/src/input/input_netlist.c +++ b/src/input/input_netlist.c @@ -2,7 +2,7 @@ * input_netlist.c: netlist management ***************************************************************************** * Copyright (C) 1998, 1999, 2000 VideoLAN - * $Id: input_netlist.c,v 1.27 2001/01/06 05:44:45 henri Exp $ + * $Id: input_netlist.c,v 1.28 2001/01/07 03:56:40 henri Exp $ * * Authors: Henri Fallon * @@ -387,6 +387,9 @@ void input_NetlistEnd( input_thread_t * p_input) /* cast */ p_netlist = ( netlist_t * ) p_input->p_method_data; + /* destroy the mutex lock */ + vlc_mutex_destroy (&p_netlist->lock); + /* free the FIFO, the buffer, and the netlist structure */ free (p_netlist->pp_free_data); free (p_netlist->pp_free_pes);