Commit 607da57
committed
cairo_io/cairo-image-surface-xcf.c: Initialize some variables.
These were being warned about in the build. The functions involved
could potentially finish early without the variables ever being used,
and their cleanups were dependent on their being NULL or not.
Fixes #891 parent 60e4d16 commit 607da57
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| 584 | + | |
| 585 | + | |
584 | 586 | | |
585 | 587 | | |
586 | 588 | | |
| |||
1190 | 1192 | | |
1191 | 1193 | | |
1192 | 1194 | | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
1193 | 1200 | | |
1194 | 1201 | | |
1195 | 1202 | | |
| |||
1230 | 1237 | | |
1231 | 1238 | | |
1232 | 1239 | | |
1233 | | - | |
1234 | | - | |
1235 | | - | |
1236 | | - | |
1237 | 1240 | | |
1238 | 1241 | | |
1239 | 1242 | | |
| |||
0 commit comments