We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5546

Summary: PATCH: Fixed testwm2.c test
Product: SDL Reporter: vladius <vturbanov>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Windows 10   
Attachments: Additional conditional to clear the render target

Description vladius 2021-02-10 17:58:13 UTC
Created attachment 4795 [details]
Additional conditional to clear the render target

A small fix with a patch attached. Additional conditional is needed to clear the render target must be implemented, cause the renderers are destroyed in default's test event handler. Assertion may be raised otherwise.