Boost logo

Boost Users :

Subject: Re: [Boost-users] message_queue memory leak in Boost::test
From: John Davies (john.davies_at_[hidden])
Date: 2013-04-04 14:42:43


> "The message queue is explicitly removed calling the static remove function:
>
> using boost::interprocess;
> message_queue::remove("message_queue");
> "
>

My original code had a call to remove(). I tried changing it to
message_queue::remove() but it didn't make a difference.

So I tried std::cout<< message_queue::remove("InQueue") and it returns true -
meaning that the queue was removed.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net