summaryrefslogtreecommitdiffhomepage
path: root/options
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-10-19 14:17:36 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-10-19 14:17:36 +0200
commit22d32ac0549d6301598cde722fdec0d65589a744 (patch)
tree3bcb00f3cb55abe861a1a7bc60b99d0a5546468e /options
parentf6f9c8a7694dce77fe03c9ea49a3b37bd365b9c6 (diff)
options: add fixme
Diffstat (limited to 'options')
-rw-r--r--options/scoped.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/scoped.cpp b/options/scoped.cpp
index 00f30be7..33db7907 100644
--- a/options/scoped.cpp
+++ b/options/scoped.cpp
@@ -48,6 +48,7 @@ static bool is_tracker_teardown()
opts::~opts()
{
+ // XXX TODO debug crash with ps3eye dialog in pt tracker -sh 20211019
if (!is_tracker_teardown() && raii)
#if 1
run_in_thread_sync(qApp->thread(), [this]{ b->reload(); });