[farsight2/master] Fix small leak

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:26:40 PST 2008


---
 tests/check/transmitter/nice.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/check/transmitter/nice.c b/tests/check/transmitter/nice.c
index 826ca36..8e31385 100644
--- a/tests/check/transmitter/nice.c
+++ b/tests/check/transmitter/nice.c
@@ -525,7 +525,7 @@ GST_START_TEST (test_nicetransmitter_preferred_candidates)
 
   run_nice_transmitter_test (1, &param, FLAG_IS_LOCAL);
 
-  fs_candidate_list_destroy (list);
+  g_value_unset (&param.value);
 }
 GST_END_TEST;
 
-- 
1.5.6.5




More information about the farsight-commits mailing list