From da8f93ad79ff8075a43d6f52c4efc2b033501c26 Mon Sep 17 00:00:00 2001 From: Jefrin <83201502+jefrin-dev@users.noreply.github.com> Date: Sat, 8 Jul 2023 19:56:07 +0530 Subject: [PATCH] Fix segfault on mstp cleanup on linux port (#445) --- ports/linux/dlmstp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/linux/dlmstp.c b/ports/linux/dlmstp.c index 59ed895a..0af1a24f 100644 --- a/ports/linux/dlmstp.c +++ b/ports/linux/dlmstp.c @@ -720,7 +720,6 @@ void dlmstp_get_broadcast_address(BACNET_ADDRESS *dest) bool dlmstp_init(char *ifname) { - unsigned long hThread = 0; pthread_condattr_t attr; int rv = 0;