diff options
Diffstat (limited to '212/index.md')
-rw-r--r-- | 212/index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/212/index.md b/212/index.md new file mode 100644 index 0000000..923b0f7 --- /dev/null +++ b/212/index.md @@ -0,0 +1,10 @@ +Title: Fix ASan new-delete-type-mismatch error +Author: rodarima +Created: Sat, 06 Jul 2024 10:02:23 +0000 +State: closed + +With the adreess sanitizer enabled there was an error: + +> AddressSanitizer: new-delete-type-mismatch + +Caused by a size mismatch in the delete operator as the called destructor was the incorrect one.
\ No newline at end of file |