backend/drm: fix a use-after-free
The page_flip can be destroyed, but it is unconditionally accessed later on when setting present_flags. Fix this by setting page_flip to NULL and adding it to the conditional.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The page_flip can be destroyed, but it is unconditionally accessed later on when setting present_flags. Fix this by setting page_flip to NULL and adding it to the conditional.