ecore-drm: Fix copy/paste build error

This line should not have been pasted (and it breaks build)

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-08-28 15:55:05 -04:00
parent 41147645d7
commit 4fe1475b7f
1 changed files with 0 additions and 1 deletions

View File

@ -428,7 +428,6 @@ _ecore_drm_output_free(Ecore_Drm_Output *output)
free(mode);
drmModeFreeCrtc(output->crtc);
dev->crtc_allocator &= ~(1 << output->crtc_id);
free(output);
}