1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Fix multiple deallocation (three deallocation for the same varaible that's a bit big :)).

This commit is contained in:
Rémi Duraffort 2008-12-15 21:12:53 +01:00
parent ff7a7cb7b0
commit 2d96ffcfce

View File

@ -527,8 +527,6 @@ int BDAGraph::SubmitDVBSTuneRequest()
p_dvbs_locator->Release();
SysFreeString( bstr_input_range );
delete pwsz_input_range;
free(pwsz_input_range);
free(pwsz_input_range);
}
} l;
long l_frequency, l_symbolrate, l_azimuth, l_elevation, l_longitude;