From 78d8473fc314fa337ae900336571e0a15fad2f7b Mon Sep 17 00:00:00 2001 From: Albert S Date: Tue, 16 Jan 2018 17:21:24 +0100 Subject: [PATCH] added BUGS --- BUGS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 BUGS diff --git a/BUGS b/BUGS new file mode 100644 index 0000000..86a609f --- /dev/null +++ b/BUGS @@ -0,0 +1,4 @@ +Type to fast and search must be triggered again (queues don't work as intended). Here, +we may need proper mutexes. + +Memory leaks(ignored for now due to short-running nature of the application)