Skip to content

Commit

Permalink
limit previous hack to only linux Crux compilations
Browse files Browse the repository at this point in the history
  • Loading branch information
jke000 committed Dec 9, 2021
1 parent 68671fa commit e08d5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CometSearch/CometSearchManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ CometSearchManager::~CometSearchManager()

_mapStaticParams.clear();

#ifndef CRUX // hack to avoid segfault observed on linux Crux-Comet search exit
#if !(defined(CRUX) && !defined(_WIN32) && !defined(__APPLE__)) // hack to avoid segfault observed on linux Crux-Comet search exit
if (_tp != NULL)
delete _tp;
_tp = NULL;
Expand Down

0 comments on commit e08d5ed

Please sign in to comment.