We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfe2f7 commit 0a2b18aCopy full SHA for 0a2b18a
include/async++/aligned_alloc.h
@@ -49,6 +49,7 @@ class aligned_array {
49
} LIBASYNC_CATCH(...) {
50
for (std::size_t j = 0; j < i; j++)
51
ptr[i].~T();
52
+ aligned_free(ptr);
53
LIBASYNC_RETHROW();
54
}
55
0 commit comments