Ticket #1921: interprocess shared_memory example needs patch (provided)

[SVN r45816]
This commit is contained in:
Ion Gaztañaga
2008-05-27 17:05:22 +00:00
parent 00653b57fc
commit 26c92da8dc
5 changed files with 4 additions and 5 deletions

View File

@@ -35,11 +35,9 @@ int main ()
}
}
catch(interprocess_exception &ex){
message_queue::remove("message_queue");
std::cout << ex.what() << std::endl;
return 1;
}
message_queue::remove("message_queue");
return 0;
}