1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/fclasses/bug24834
msv a73267f24b 0024834: Allocation of memory for exception message must not throw another exception
- Add QA draw command OCC24834
- Make functions allocate_message/deallocate_message use malloc/free instead of operator new/delete
- Eliminate compilation error on Linux

Test case for issue CR24834
2014-04-24 16:50:19 +04:00

12 lines
322 B
Plaintext
Executable File

puts "================"
puts "OCC24834"
puts "================"
puts ""
#######################################################################
# Allocation of memory for exception message must not throw another exception
#######################################################################
pload QAcommands
OCC24834