This repository was archived by the owner on Jul 27, 2022. It is now read-only.
Commit 36f9f04
committed
Fix memory leak when sinks throw an exception
This allows custom sink implementations which can throw an exception
(for example, when there is insufficient space to store the output)
to be used, while avoiding memory leaks which could occur in the event
such an exception is thrown.1 parent 65b9721 commit 36f9f04
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
272 | 278 | | |
273 | 279 | | |
274 | 280 | | |
| |||
0 commit comments