Skip to content

Commit

Permalink
agg_scanline_u.h: initialize member variable (CID 1175293)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 22, 2021
1 parent 4532c0e commit f4eb1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderers/agg/include/agg_scanline_u.h
Expand Up @@ -228,7 +228,7 @@ namespace mapserver
private:
int m_min_x;
int m_last_x;
int m_y;
int m_y = 0;
pod_array<cover_type> m_covers;
pod_array<span> m_spans;
span* m_cur_span;
Expand Down

0 comments on commit f4eb1aa

Please sign in to comment.