[commit] r1977 - trunk/GME/Mga
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Jul 25 13:33:17 CDT 2012
Author: ksmyth
Date: Wed Jul 25 13:33:17 2012
New Revision: 1977
Log:
Follow-up to 1974: clients can hold references to CMgaAttribute; reset load_status on AbortTransaction
Modified:
trunk/GME/Mga/MgaAttribute.h
Modified: trunk/GME/Mga/MgaAttribute.h
==============================================================================
--- trunk/GME/Mga/MgaAttribute.h Tue Jul 24 12:38:37 2012 (r1976)
+++ trunk/GME/Mga/MgaAttribute.h Wed Jul 25 13:33:17 2012 (r1977)
@@ -139,6 +139,7 @@
{
if ((*(*kk)->prevptr)->next)
(*(*kk)->prevptr)->next = NULL;
+ (*kk)->load_status = ATTSTATUS_INVALID;
(*kk)->prevptr = NULL;
}
pool[mref] = NULL;
More information about the gme-commit
mailing list