CS 3304: Comparative Languages
Data Types
[
Course Documents
] : [
Data Types
]
Previous
Contents
Next
Keyword Index
Double Deallocation
When a heap-dynamic object is explicitly deallocated twice
Usually corrupts the data structure(s) the run-time system uses to maintain free memory blocks (the heap)
A special case of dangling pointers