]> git.sesse.net Git - vlc/commitdiff
Fix multiple deallocation (three deallocation for the same varaible that's a bit...
authorRémi Duraffort <ivoire@videolan.org>
Mon, 15 Dec 2008 20:12:53 +0000 (21:12 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Mon, 15 Dec 2008 20:12:53 +0000 (21:12 +0100)
modules/access/bda/bdagraph.cpp

index 929ae1146776691859fc542270ed715817a26575..af1d2a27141a3a75ca0ac631f5cdd8d7597dc84c 100644 (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;