$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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.