Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 261948
Collapse All | Expand All

(-)a/modules/demux/playlist/xspf.c (-9 / +1 lines)
Lines 569-576 static bool parse_track_node COMPLEX_INTERFACE Link Here
569
                           free( psz_uri );
569
                           free( psz_uri );
570
                           psz_uri = psz_tmp;
570
                           psz_uri = psz_tmp;
571
                        }
571
                        }
572
                        p_new_input = input_item_NewExt( p_demux, psz_uri,
572
                        input_item_SetURI( p_new_input, psz_uri );
573
                                                        NULL, 0, NULL, -1 );
574
                        free( psz_uri );
573
                        free( psz_uri );
575
                        input_item_CopyOptions( p_input_item, p_new_input );
574
                        input_item_CopyOptions( p_input_item, p_new_input );
576
                        psz_uri = NULL;
575
                        psz_uri = NULL;
Lines 582-593 static bool parse_track_node COMPLEX_INTERFACE Link Here
582
                        FREE_ATT();
581
                        FREE_ATT();
583
                        return false;
582
                        return false;
584
                    }
583
                    }
585
                    input_item_SetURI( p_new_input, psz_uri );
586
                    free( psz_uri );
587
                    input_item_CopyOptions( p_input_item, p_new_input );
588
                    psz_uri = NULL;
589
                    FREE_ATT();
590
                    p_handler = NULL;
591
                }
584
                }
592
                else
585
                else
593
                {
586
                {
594
- 

Return to bug 261948