Increment correct ref counter. From fossil.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3675 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2011-08-28 19:55:08 +00:00
parent ee3cf76487
commit dd5c1dfdb8
+1 -1
View File
@@ -157,7 +157,7 @@ uio_PRoot_refMount(uio_PRoot *pRoot) {
#ifdef uio_MEM_DEBUG #ifdef uio_MEM_DEBUG
uio_MemDebug_debugRef(uio_PRoot, (void *) pRoot); uio_MemDebug_debugRef(uio_PRoot, (void *) pRoot);
#endif #endif
pRoot->handleRef++; pRoot->mountRef++;
} }
void void