Fix for crash on -B / --background option.

This commit is contained in:
Haifa Bogdan Adnan 2019-09-02 14:11:15 +03:00
parent 291e02adaf
commit 206f6784fd

View file

@ -88,11 +88,11 @@ int xmrig::App::exec()
m_signals = new Signals(this);
background();
// load hasher modules
Hasher::loadHashers(m_appFileName);
background();
Summary::print(m_controller);
if (m_controller->config()->isDryRun()) {