Diff between 65f7faf5a3d0dcd63c14467a3a2bda317287e330 and 1d6cfb8e625a944010956714c1802bc1e1fc6c4f

Changed Files

File Additions Deletions Status
monitor/jlink.c +1 -1 modified

Full Patch

diff --git a/monitor/jlink.c b/monitor/jlink.c
index f1d8ce6..f9d4037 100644
--- a/monitor/jlink.c
+++ b/monitor/jlink.c
@@ -112,7 +112,7 @@ int jlink_init(void)
 		return -EIO;
 	}
 
-	dlclose(so);
+	/* don't dlclose(so) here cause symbols from it are in use now */
 	return 0;
 }