kms_flip: Don't access freed data

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Ville Syrjälä 2013-03-04 15:34:07 +02:00 committed by Daniel Vetter
parent 069e35e0fc
commit 7da0af8855

View File

@ -491,8 +491,8 @@ static void recreate_fb(struct test_output *o)
o->bpp, fb_info->stride,
r->handle, &new_fb_id));
drmFree(r);
gem_close(drm_fd, r->handle);
drmFree(r);
do_or_die(drmModeRmFB(drm_fd, fb_info->fb_id));
o->fb_ids[o->current_fb_id] = new_fb_id;