From ca0fae33d1e6acbefd6aafb5136189c9b7322e26 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 1 Nov 2019 20:10:24 +0100 Subject: [PATCH] Remove obsolete assert. Before-terminate-events now include events that have time delta processing, with no memory to free. --- client/TracyProfiler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index ed46c174..0a3472b4 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -1625,7 +1625,6 @@ static void FreeAssociatedMemory( const QueueItem& item ) break; #endif default: - assert( false ); break; } }