mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-24 02:51:34 +01:00
d7d6b739a2
* The destructor of BasicBufferedStreamBuf() calls Allocator::deallocate which can throw exceptions. In particular it throws Poco::SystemException when can't lock mutex. * Added poco_unexpected(); into exception handler