diff options
Diffstat (limited to 'src/macfns.c')
| -rw-r--r-- | src/macfns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macfns.c b/src/macfns.c index 33da9091575..416522b49b9 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -2527,9 +2527,11 @@ unwind_create_frame (frame) | |||
| 2527 | 2527 | ||
| 2528 | x_free_frame_resources (f); | 2528 | x_free_frame_resources (f); |
| 2529 | 2529 | ||
| 2530 | #if GLYPH_DEBUG | ||
| 2530 | /* Check that reference counts are indeed correct. */ | 2531 | /* Check that reference counts are indeed correct. */ |
| 2531 | xassert (dpyinfo->reference_count == dpyinfo_refcount); | 2532 | xassert (dpyinfo->reference_count == dpyinfo_refcount); |
| 2532 | xassert (dpyinfo->image_cache->refcount == image_cache_refcount); | 2533 | xassert (dpyinfo->image_cache->refcount == image_cache_refcount); |
| 2534 | #endif | ||
| 2533 | return Qt; | 2535 | return Qt; |
| 2534 | } | 2536 | } |
| 2535 | 2537 | ||