Commit 2d96ffcf authored by Rémi Duraffort's avatar Rémi Duraffort

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

parent ff7a7cb7
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment