[vlc-devel] commit: Fix multiple deallocation ( three deallocation for the same varaible that's a bit big :)). ( Rémi Duraffort )

git version control git at videolan.org
Mon Dec 15 21:13:24 CET 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Dec 15 21:12:53 2008 +0100| [2d96ffcfce9f1ce32ec4cd7c208c1f92a0d4c48c] | committer: Rémi Duraffort 

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d96ffcfce9f1ce32ec4cd7c208c1f92a0d4c48c
---

 modules/access/bda/bdagraph.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/access/bda/bdagraph.cpp b/modules/access/bda/bdagraph.cpp
index 929ae11..af1d2a2 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;




More information about the vlc-devel mailing list