[ofw] [PATCH 1/4] nd2: determine when it's safe to unload the library

Hefty, Sean sean.hefty at intel.com
Tue Jul 27 16:55:12 PDT 2010


>  STDMETHODIMP CNDProvider::
> @@ -60,6 +64,7 @@ CNDProvider::~CNDProvider()
>  	if (m_pWvProvider) {
>  		m_pWvProvider->Release();
>  	}
> +	InterlockedDecrement(&m_gRef);

This should have been g_nRef.  That change fell into patch 2 of this series.
I caught this after sending patch 1, but before sending patch 2.  And, of
course, when I updated patch 2, it threw off the numbering so that patch 2
doesn't actually show up as PATCH 2/4...



More information about the ofw mailing list