[Pkg-voip-commits] [bctoolbox] 08/60: Fix compilation issue

Bernhard Schmidt berni at moszumanska.debian.org
Sun Oct 15 22:42:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

berni pushed a commit to branch debian/sid
in repository bctoolbox.

commit c22f39d92981d197413ad3adf15a0f4f293aed13
Author: Benjamin Reis <benjamin.reis at belledonne-communications.com>
Date:   Thu Mar 30 16:06:57 2017 +0200

    Fix compilation issue
---
 tester/bctoolbox_tester.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tester/bctoolbox_tester.c b/tester/bctoolbox_tester.c
index f1550f3..9b1562f 100644
--- a/tester/bctoolbox_tester.c
+++ b/tester/bctoolbox_tester.c
@@ -73,8 +73,8 @@ int bctoolbox_tester_set_log_file(const char *filename) {
 	bctbx_message("Redirecting traces to file [%s]", filename);
 	filehandler = bctbx_create_file_log_handler(0, dirname(dir), basename(base), log_file);
 	bctbx_add_log_handler(filehandler);
-	bctbx_unref(dir);
-	bctbx_unref(name);
+	bctbx_free(dir);
+	bctbx_free(name);
 	return 0;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git



More information about the Pkg-voip-commits mailing list