Commit 2553228
committed
Removed check for same mem allocator in S_can_contain.
This is too strict, as it prevents the use of dynamically
loaded extensions: see
commonmark#123 (comment).
Documented in man page and public header that one should use the same
memory allocator for every node in a tree.1 parent 66ee8c4 commit 2553228
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
| |||
0 commit comments