Fix NPE when restarting adaptor

The adaptor should be able to be restarted via destroy() and init(). We
accidentally were clearing out a variable during destroy() but not
creating it in init(), which prevented restarting from working.
2 files changed