Fix destruction Queue::Entry storage for sentinel entries
Removed allocEntry member function and moved Queue::Entry allocation to Queue::push, which now constructs and adds the Entry to the queue. See #379
Showing
Please register or sign in to comment