Fix implement typo error for PerfViewCreation 87/287187/1
authorEunki Hong <eunkiki.hong@samsung.com>
Mon, 23 Jan 2023 14:54:00 +0000 (23:54 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Mon, 23 Jan 2023 14:54:47 +0000 (23:54 +0900)
Change-Id: I817f1456a01b89f4991449a9427354c3ccabd84e
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
examples/perf-view-creation/perf-view-creation-example.cpp

index 2ef0074..ab33d2f 100644 (file)
@@ -451,7 +451,7 @@ public:
     mCreatingControlList.pop_front();
 
     // Dereference timer safety
-    if(mTimerList.empty())
+    if(!mTimerList.empty())
     {
       mTimerList.pop_front();
     }