git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ff7a7cb
)
Fix multiple deallocation (three deallocation for the same varaible that's a bit...
author
Rémi Duraffort
<ivoire@videolan.org>
Mon, 15 Dec 2008 20:12:53 +0000
(21:12 +0100)
committer
Rémi Duraffort
<ivoire@videolan.org>
Mon, 15 Dec 2008 20:12:53 +0000
(21:12 +0100)
modules/access/bda/bdagraph.cpp
patch
|
blob
|
history
diff --git
a/modules/access/bda/bdagraph.cpp
b/modules/access/bda/bdagraph.cpp
index
929ae11
..
af1d2a2
100644
(file)
--- 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;