[vlc-commits] [Git][videolan/vlc][master] macosx: retain home view container constraints

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri May 22 13:28:00 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
e242be30 by Felix Paul Kühne at 2026-05-22T12:53:03+00:00
macosx: retain home view container constraints

Fixes a crash when trying to read the array that was already freed

- - - - -


1 changed file:

- modules/gui/macosx/library/home-library/VLCLibraryHomeViewContainerView.h


Changes:

=====================================
modules/gui/macosx/library/home-library/VLCLibraryHomeViewContainerView.h
=====================================
@@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN
 
 @protocol VLCLibraryHomeViewContainerView <NSObject>
 
- at property (readwrite, assign) NSArray<NSLayoutConstraint *> *constraintsWithSuperview;
+ at property (readwrite, strong, nonatomic) NSArray<NSLayoutConstraint *> *constraintsWithSuperview;
 
 - (void)connect;
 - (void)disconnect;



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e242be308d33071677dc0b20d51ef1bc7883f9ff

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e242be308d33071677dc0b20d51ef1bc7883f9ff
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list