mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03: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
|