Check for memory leaks across all pointers, especially within the models. ie - BaseModel/RecordModel, etc all have a pointer to the underlying data. This needs checking to ensure its cleaned properly.
Check for memory leaks across all pointers, especially within the models. ie