From 35808e7bde75d508ca5acde011c68c8a94f669e4 Mon Sep 17 00:00:00 2001 From: cacaodev Date: Fri, 2 Jun 2017 11:15:23 +0200 Subject: [PATCH] FIXED: uninitialized ivar --- AppKit/CPWindow/CPWindow.j | 1 + 1 file changed, 1 insertion(+) diff --git a/AppKit/CPWindow/CPWindow.j b/AppKit/CPWindow/CPWindow.j index 5859f6443..1b0171c38 100644 --- a/AppKit/CPWindow/CPWindow.j +++ b/AppKit/CPWindow/CPWindow.j @@ -338,6 +338,7 @@ CPTexturedBackgroundWindowMask _isSheet = NO; _sheetContext = nil; _parentView = nil; + _frameAnimation = nil; _frameAnimationDelegate = nil; // Set up our window number.