-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Hello.
After build and run:
ctest -C Debug .
first test is fails, other tests is ok.
message.cpp:
...
message::~message()
{
if (m_data != nullptr) {
#ifdef NDEBUG
nn_freemsg(m_data);
#else
if (nn_freemsg(m_data) != 0) { // !!! THIS Fails !!!
std::fprintf(stderr, "warning: nn_freemsg: %s\n", strerror());
}
#endif
}
}
...
Build and compile with VS 2017 with last updates.
Using stable 'nanomsg', version v1.1.5
Metadata
Metadata
Assignees
Labels
No labels