[commit] r2112 - trunk/GME/Core

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Nov 19 09:52:41 CST 2012


Author: ksmyth
Date: Mon Nov 19 09:52:40 2012
New Revision: 2112

Log:
[out] parameters must be set when returning S_OK

Modified:
   trunk/GME/Core/CoreMetaObject.cpp

Modified: trunk/GME/Core/CoreMetaObject.cpp
==============================================================================
--- trunk/GME/Core/CoreMetaObject.cpp	Thu Nov 15 12:44:50 2012	(r2111)
+++ trunk/GME/Core/CoreMetaObject.cpp	Mon Nov 19 09:52:40 2012	(r2112)
@@ -78,6 +78,7 @@
 			return S_OK;
 		}
 	}
+	*p = NULL;
 	return S_OK;
 }
 


More information about the gme-commit mailing list