Commit e3d3605
Fix: remove NULL check before free_routes g_free
This one may look scary but it's the same as the others. The if condition is
being passed the exact same value that is being passed to the g_free.1 parent 574b0c0 commit e3d3605
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
992 | 992 | | |
993 | 993 | | |
994 | 994 | | |
995 | | - | |
996 | | - | |
| 995 | + | |
997 | 996 | | |
998 | 997 | | |
999 | 998 | | |
| |||
0 commit comments