Commit 68c1463
committed
Fix wrongly ordered cleanup.
Warning was:
```
In function ‘mp_clear’,
inlined from ‘mp_gcd.part.0’ at mp_gcd.c:89:4:
mp_clear.c:10:9: warning: ‘v.dp’ may be used uninitialized [-Wmaybe-uninitialized]
10 | if (a->dp != NULL) {
| ^
```
Fixes: aab1b3d ("split label & statement")
Signed-off-by: Steffen Jaeckel <[email protected]>1 parent 4e22dcb commit 68c1463
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | 87 | | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
0 commit comments