diff options
Diffstat (limited to 'src/fringe.c')
| -rw-r--r-- | src/fringe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c index 464379d0cd0..a494f681cd7 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -1727,8 +1727,9 @@ init_fringe (void) | |||
| 1727 | 1727 | ||
| 1728 | fringe_bitmaps = xzalloc (max_fringe_bitmaps * sizeof *fringe_bitmaps); | 1728 | fringe_bitmaps = xzalloc (max_fringe_bitmaps * sizeof *fringe_bitmaps); |
| 1729 | 1729 | ||
| 1730 | verify (NIL_IS_ZERO); | ||
| 1731 | fringe_faces = xzalloc (max_fringe_bitmaps * sizeof *fringe_faces); | 1730 | fringe_faces = xzalloc (max_fringe_bitmaps * sizeof *fringe_faces); |
| 1731 | if (NIL_IS_NONZERO) | ||
| 1732 | memsetnil (fringe_faces, max_fringe_bitmaps); | ||
| 1732 | } | 1733 | } |
| 1733 | 1734 | ||
| 1734 | #ifdef HAVE_NTGUI | 1735 | #ifdef HAVE_NTGUI |