vcl/source/app/scheduler.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 793b69fe73eb2d6ae4c42f04a66df8c180e42886 Author: Caolán McNamara <caol...@redhat.com> Date: Fri Nov 24 10:01:32 2017 +0000 don't worry about dangling timers at fuzzer exit Change-Id: I9e18257f7e6e0438c6ce2801c0c2f8885b060870 Reviewed-on: https://gerrit.libreoffice.org/45214 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx index 8fd26ec79a55..2ef3c87d83f8 100644 --- a/vcl/source/app/scheduler.cxx +++ b/vcl/source/app/scheduler.cxx @@ -23,6 +23,7 @@ #include <svdata.hxx> #include <tools/time.hxx> +#include <unotools/configmgr.hxx> #include <vcl/scheduler.hxx> #include <vcl/idle.hxx> #include <saltimer.hxx> @@ -575,7 +576,7 @@ Task::~Task() COVERITY_NOEXCEPT_FALSE mpSchedulerData->mpTask = nullptr; } else - assert( nullptr == mpSchedulerData ); + assert(nullptr == mpSchedulerData || utl::ConfigManager::IsFuzzing()); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits