Pattern: Deallocation of auto-variable
Issue: -
The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.
Pattern: Deallocation of auto-variable
Issue: -
The deallocation of an auto-variable results in undefined behaviour. You should only free memory that has been allocated dynamically.