Fix accessing uninitialized memory
When called to decrypt the full body the wordApplication, wordEditor and selection would be uninitalized and but when they are not NULL they would still be released in the end. * src/ribbon-callbacks.cpp (decryptInspector): Initialize dispatcher pointers.