From 1c080b5ca821ef6e1d40025289195b18fa2973b5 Mon Sep 17 00:00:00 2001
From: chenluhua1980 <Chenluhua@qq.com>
Date: 星期一, 26 一月 2026 22:46:48 +0800
Subject: [PATCH] 1.把 m_bufGlass 的释放提前到 CMaster::term(),确保在 m_glassPool.term() 之前完成,避免析构时再触碰已被回收的 Glass。析构里仍保留原逻辑,若 term() 已清空则不会重复释放。

---
 SourceCode/Bond/BLControlsSDK/include/BLJogBtn2Parent.h |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/SourceCode/Bond/BLControlsSDK/include/BLJogBtn2Parent.h b/SourceCode/Bond/BLControlsSDK/include/BLJogBtn2Parent.h
index 5d40f9c..a328d00 100644
--- a/SourceCode/Bond/BLControlsSDK/include/BLJogBtn2Parent.h
+++ b/SourceCode/Bond/BLControlsSDK/include/BLJogBtn2Parent.h
@@ -1,7 +1,24 @@
+#if !defined(AFX_BLJOGBTN2PARENT_H__5A9433C1_E8A9_4393_9E0D_B7A996B9AF3F__INCLUDED_)
+#define AFX_BLJOGBTN2PARENT_H__5A9433C1_E8A9_4393_9E0D_B7A996B9AF3F__INCLUDED_
+
+#if _MSC_VER > 1000
+#pragma once
+#endif // _MSC_VER > 1000
+// BLJogBtn2Parent.h : header file
+//
+
+/////////////////////////////////////////////////////////////////////////////
 // by ChaeBL
 
 typedef struct _BLJOGBTN2PARENT
 {
 	virtual BOOL SendMessageToParent(LPCTSTR message) = 0;
 	virtual BOOL SendMessageToParent(int nMsg) = 0;
-} BLJogBtn2Parent, *pBLJogBtn2Parent;
\ No newline at end of file
+} BLJogBtn2Parent, *pBLJogBtn2Parent;
+
+/////////////////////////////////////////////////////////////////////////////
+
+//{{AFX_INSERT_LOCATION}}
+// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+
+#endif // !defined(AFX_BLJOGBTN2PARENT_H__5A9433C1_E8A9_4393_9E0D_B7A996B9AF3F__INCLUDED_)
\ No newline at end of file

--
Gitblit v1.9.3