[Pkg-voip-commits] [bctoolbox] 01/57: fix win32 compilation issue

daniel at gnoutcheff.name daniel at gnoutcheff.name
Thu Mar 30 04:31:30 UTC 2017


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

gnoutchd-guest pushed a commit to branch debian/sid
in repository bctoolbox.

commit 47ddd4938287ba2bd8c3b32929bb4111160112c4
Author: Jehan Monnier <jehan.monnier at linphone.org>
Date:   Tue Oct 18 10:07:06 2016 +0200

    fix win32 compilation issue
---
 src/utils/port.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/utils/port.c b/src/utils/port.c
index 0d864b0..7c065e4 100644
--- a/src/utils/port.c
+++ b/src/utils/port.c
@@ -671,7 +671,7 @@ void bctbx_shm_close(void *mem){
 			CloseHandle(i->h);
 			UnmapViewOfFile(mem);
 			bctbx_free(i);
-			maplist=bctbx_list_remove_link(maplist,elem);
+			maplist=bctbx_list_erase_link(maplist,elem);
 			return;
 		}
 	}

-- 
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