mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-14 08:17:13 +02:00
remove leaks
This commit is contained in:
@ -21,4 +21,7 @@ class Frame {
|
||||
public:
|
||||
Frame(std::byte* fp, ssize_t rows, ssize_t cols);
|
||||
DataType get(int row, int col);
|
||||
~Frame(){
|
||||
delete[] data;
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user