Skip to content

Commit

Permalink
Initialize variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Mar 21, 2021
1 parent 78ba833 commit f97c7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maplabel.c
Expand Up @@ -597,7 +597,7 @@ static inline int testSegmentLabelBBoxIntersection(const rectObj *leaderbbox, co
}
}
} else {
pointObj tp1,tp2;
pointObj tp1 = {0},tp2 = {0};
tp1.x = test->bbox.minx;
tp1.y = test->bbox.miny;
tp2.x = test->bbox.minx;
Expand Down

0 comments on commit f97c7d0

Please sign in to comment.