forked from Automattic/node-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit f5f103a
report correct freed size when resurfacing
A little kludgey to force 2 calls in canvas.cc but 2 calls are
necessary when changing size anyways, so it's the more general
usage. TODO remove backends anyways
Fixes Automattic#2514 1 parent 05a53d8 commit f5f103a
3 files changed
+6
-11
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
907 | 907 |
| |
908 | 908 |
| |
909 | 909 |
| |
910 | - | ||
910 | + | ||
911 | + | ||
911 | 912 |
| |
912 | 913 |
| |
913 | 914 |
| |
|
Lines changed: 4 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | - | ||
26 | - | ||
27 | - | ||
28 | - | ||
29 | - | ||
30 | - | ||
31 | - | ||
32 | 25 |
| |
33 | 26 |
| |
34 | 27 |
| |
| |||
55 | 48 |
| |
56 | 49 |
| |
57 | 50 |
| |
51 | + | ||
58 | 52 |
| |
59 | - | ||
53 | + | ||
60 | 54 |
| |
61 | 55 |
| |
62 | 56 |
| |
| |||
65 | 59 |
| |
66 | 60 |
| |
67 | 61 |
| |
62 | + | ||
68 | 63 |
| |
69 | - | ||
64 | + | ||
70 | 65 |
| |
71 | 66 |
| |
72 | 67 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | - | ||
34 | 33 |
| |
35 | 34 |
| |
36 | 35 |
| |
|
0 commit comments