mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-25 18:22:19 +00:00
Merged from trunk for 1.36 release
[SVN r46630]
This commit is contained in:
@@ -36,9 +36,10 @@ int main ()
|
||||
}
|
||||
catch(interprocess_exception &ex){
|
||||
std::cout << "Unexpected exception: " << ex.what() << std::endl;
|
||||
shared_memory_object::remove("shared_memory");
|
||||
return 1;
|
||||
}
|
||||
|
||||
shared_memory_object::remove("shared_memory");
|
||||
return 0;
|
||||
}
|
||||
//]
|
||||
|
||||
Reference in New Issue
Block a user