aboutsummaryrefslogtreecommitdiff
path: root/src/EventQueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/EventQueue.cpp')
-rw-r--r--src/EventQueue.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/EventQueue.cpp b/src/EventQueue.cpp
index eebda76..9fef368 100644
--- a/src/EventQueue.cpp
+++ b/src/EventQueue.cpp
@@ -18,6 +18,9 @@ void EventQueue::dispatch_event(BrowserEvent *event) {
// TODO: Pattern filter
event_handler.handler(event);
}
+
+ // TODO: to delete or not to delete
+ // delete event;
});
}