Do not release eventsink when disabled
* src/gpgoladdin.cpp (GpgolAddin::~GpgolAddin): Do not release m_appliactionEventSink when disabled. Use NULL guarded release.
When we are disabled OnStartupComplete never creates the event
sink but the addin's dtor is called on unload.