mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 02:27:56 +00:00 
			
		
		
		
	#538 prevent destructors from throwing exceptions
This commit is contained in:
		| @@ -47,7 +47,14 @@ OpenSSLInitializer::OpenSSLInitializer() | ||||
|  | ||||
| OpenSSLInitializer::~OpenSSLInitializer() | ||||
| { | ||||
| 	uninitialize(); | ||||
| 	try | ||||
| 	{ | ||||
| 		uninitialize(); | ||||
| 	} | ||||
| 	catch (...) | ||||
| 	{ | ||||
| 		poco_unexpected(); | ||||
| 	} | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Guenter Obiltschnig
					Guenter Obiltschnig