# HG changeset patch # User Diego 'Flameeyes' Pettenò <[EMAIL PROTECTED]> # Date 1181382382 -7200 # Node ID 2d3e56c313c1a4848aa91064d29a589fab254ab6 # Parent 8abe9d8e1cffe08b27193f823893a1c0225ad834 Remove unused and orphan label and code.
diff -r 2d3e56c313c1a4848aa91064d29a589fab254ab6 -r 8abe9d8e1cffe08b27193f823893a1c0225ad834 src/audio_out/audio_pulse_out.c --- a/src/audio_out/audio_pulse_out.c Sat Jun 09 11:46:22 2007 +0200 +++ b/src/audio_out/audio_pulse_out.c Sat Jun 09 11:46:03 2007 +0200 @@ -626,12 +626,6 @@ static ao_driver_t *open_plugin (audio_d this->pa_class = class; return &this->ao_driver; - - fail: - pthread_mutex_unlock(&this->pa_class->pa_mutex); - free(this); - xprintf (class->xine, XINE_VERBOSITY_DEBUG, "audio_pulse_out: open_plugin failed.\n"); - return NULL; } /* ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Xine-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xine-cvslog
