Mask out SPLASH_OWNS_ICON flag of FXSplashWindow.
With the flag set, the icon would be free'd twice, first by the FXSplashWindow and then by Ruby's GC.
Loading
Please register or sign in to comment
Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
With the flag set, the icon would be free'd twice, first by the FXSplashWindow and then by Ruby's GC.