Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84f6814a authored by Mathias Agopian's avatar Mathias Agopian
Browse files

fix for [1969185] valgrind errors in new gl stuff

parent 0d7e7db8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ void MessageList::remove(MessageList::LIST::iterator pos)
// ---------------------------------------------------------------------------

MessageQueue::MessageQueue()
    : mInvalidate(false)
{
    mInvalidateMessage = new MessageBase(INVALIDATE);
}