Commit ddd2435
committed
Fix leakage of memory context header in find_all_inheritors().
Commit 827d6f9 contained the same misunderstanding of hash_create's API
as commit 090010f. As in 5d00b76, remove the unnecessary layer of
memory context. (This bug is less significant than the other one, since
the extra context would be under a relatively short-lived context, but
it's still a bug.)1 parent a19ea9c commit ddd2435
1 file changed
+6
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | 176 | | |
187 | 177 | | |
188 | 178 | | |
189 | | - | |
| 179 | + | |
190 | 180 | | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
195 | 185 | | |
196 | 186 | | |
197 | 187 | | |
| |||
0 commit comments