aboutsummaryrefslogtreecommitdiff
path: root/src/EventQueue.cpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-04-06 20:23:55 +0530
committerAkshay Nair <phenax5@gmail.com>2025-04-06 20:23:55 +0530
commit85a2c290f922f648e5e9f0e69c03116f2d0aeaa6 (patch)
tree0aff3bd3cda13a626615931c1a2829baee717ff2 /src/EventQueue.cpp
parentbbde1438e9c31cc83d8c4835ea97a0eaeae4e192 (diff)
downloadnull-browser-85a2c290f922f648e5e9f0e69c03116f2d0aeaa6.tar.gz
null-browser-85a2c290f922f648e5e9f0e69c03116f2d0aeaa6.zip
Change build setup to install lua prefix correctly + static build libluv
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;
});
}