fix small memory leak in USER-INTEL binning style

This commit is contained in:
Axel Kohlmeyer 2020-01-07 11:13:43 -05:00
parent 66a473455e
commit 7470a120bb
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ NBinIntel::~NBinIntel() {
nocopy(binhead,bins,_atombin,_binpacked:alloc_if(0) free_if(1))
}
#endif
memory->destroy(_atombin);
memory->destroy(_binpacked);
}
/* ----------------------------------------------------------------------