Commit c67ec74eadbadb2e939f1a8323fee42964584087

Authored by Eunki Hong
1 parent b3d4b1ca

Fix implement typo error for PerfViewCreation

Change-Id: I817f1456a01b89f4991449a9427354c3ccabd84e
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
examples/perf-view-creation/perf-view-creation-example.cpp
... ... @@ -451,7 +451,7 @@ public:
451 451 mCreatingControlList.pop_front();
452 452  
453 453 // Dereference timer safety
454   - if(mTimerList.empty())
  454 + if(!mTimerList.empty())
455 455 {
456 456 mTimerList.pop_front();
457 457 }
... ...