Blame handle.cpp

bf6839
bf6839
#include "handle.h"
bf6839
bf6839
bf6839
bf6839
Shared::~Shared() {
bf6839
	assert(!counter->ptrRefCount);
bf6839
	if (!--counter->refCount) delete counter;
bf6839
}
bf6839
bf6839