Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'new[]' array freed with 'delete'
The array _scratch_buf is allocated using new[] in line 761 of mbed-os/storage/kvstore/securestore/source/SecureStore.cpp. But it was freed using delete.
- Loading branch information