mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
- 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
12 lines
322 B
Plaintext
Executable File
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
|