diff options
-rw-r--r-- | no_history/NoHistory.mdsp | 6 | ||||
-rw-r--r-- | no_history/dllmain.cpp | 1 | ||||
-rw-r--r-- | no_history/private.h | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/no_history/NoHistory.mdsp b/no_history/NoHistory.mdsp index a81f71e..f04ba49 100644 --- a/no_history/NoHistory.mdsp +++ b/no_history/NoHistory.mdsp @@ -97,6 +97,6 @@ extraResourceOptions= [History]
options.cpp,8160
common.h,512
-..\..\protocols\sametime_meanwhile\sametime\sametime.cpp,21244
-private.h,280
-dllmain.cpp,6790
+..\..\protocols\sametime_meanwhile\sametime\sametime.cpp,21223
+private.h,279
+dllmain.cpp,1542
diff --git a/no_history/dllmain.cpp b/no_history/dllmain.cpp index 6a33ca2..7996e09 100644 --- a/no_history/dllmain.cpp +++ b/no_history/dllmain.cpp @@ -65,6 +65,7 @@ void RemoveReadEvents() { EventListNode *node = event_list, *prev = 0;
while(node) {
remove = false;
+ info.cbBlob = 0;
if(!CallService(MS_DB_EVENT_GET, (WPARAM)node->hDBEvent, (LPARAM)&info)) {
if((info.flags & DBEF_READ) || (info.flags & DBEF_SENT)) // note: already checked event type when added to list
if(current_time - info.timestamp >= event_timeout) remove = true;
diff --git a/no_history/private.h b/no_history/private.h index fc90db5..ba51b4d 100644 --- a/no_history/private.h +++ b/no_history/private.h @@ -4,7 +4,7 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
#define VER_MINOR 0
-#define VER_RELEASE 4
+#define VER_RELEASE 5
#define VER_BUILD 0
#define __STRINGIZE(x) #x
|