From 2d96ffcfce9f1ce32ec4cd7c208c1f92a0d4c48c Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Mon, 15 Dec 2008 21:12:53 +0100 Subject: [PATCH] Fix multiple deallocation (three deallocation for the same varaible that's a bit big :)). --- modules/access/bda/bdagraph.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/access/bda/bdagraph.cpp b/modules/access/bda/bdagraph.cpp index 929ae11467..af1d2a2714 100644 --- a/modules/access/bda/bdagraph.cpp +++ b/modules/access/bda/bdagraph.cpp @@ -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; -- 2.20.1