mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-06 01:56:28 +02:00
Fix memory leak
This commit is contained in:
parent
8a14abe007
commit
1eb91c5926
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ BoardCanvas::BoardCanvas(wxFrame *parent)
|
|||
BoardCanvas::~BoardCanvas() {
|
||||
delete t;
|
||||
delete t_captures;
|
||||
if(adata.buffer!= nullptr)
|
||||
free(adata.buffer);
|
||||
}
|
||||
|
||||
BoardCanvas::BoardCanvas(wxFrame *parent, std::uint32_t square_width,
|
||||
|
|
Loading…
Add table
Reference in a new issue