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> -@property (readwrite, assign) NSArray<NSLayoutConstraint *> *constraintsWithSuperview; +@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
_______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
