This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 489f96b
committed
[[ Bug 23168 ]] Fix memory leak when rendering "good" quality gradients
This patch fixes a memory leak in the engine when rendering gradients
with the quality parameter set to "good". This is due to an unreleased
buffer used by the legacy gradient renderer when using a bilinear
filter.1 parent b8f4cf8 commit 489f96b
1 file changed
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
324 | 325 | | |
325 | 326 | | |
326 | 327 | | |
| |||
339 | 340 | | |
340 | 341 | | |
341 | 342 | | |
342 | | - | |
| 343 | + | |
343 | 344 | | |
344 | 345 | | |
345 | 346 | | |
| |||
0 commit comments