aboutsummaryrefslogtreecommitdiff
path: root/212
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /212
Initial versionHEADmain
Diffstat (limited to '212')
-rw-r--r--212/index.md10
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