15 Dec
2009
15 Dec
'09
6:56 a.m.
Maarten Lankhorst <m.b.lankhorst(a)gmail.com> writes:
+static ULONG WINAPI MMCF_Release(LPCLASSFACTORY iface) +{ + IClassFactoryImpl *This = (IClassFactoryImpl *)iface; + ULONG ref = InterlockedDecrement(&(This->ref)); + TRACE("(%p) ref was %d\n", This, ref + 1); + /* static class, won't be freed */
You don't need a refcount then. -- Alexandre Julliard julliard(a)winehq.org