Re: [Intel-gfx] [PATCH 05/34] drm/i915: Call context fini at cleanup

2013-05-26 Thread Daniel Vetter
On Sat, May 25, 2013 at 12:26:39PM -0700, Ben Widawsky wrote: > If contexts were actually initialized, and we fail somewhere later during > init this would possibly leak memory, and lead to some error messages > about unclean takedown. As the odds of this occurring, and someone > actually caring/no

[Intel-gfx] [PATCH 05/34] drm/i915: Call context fini at cleanup

2013-05-25 Thread Ben Widawsky
If contexts were actually initialized, and we fail somewhere later during init this would possibly leak memory, and lead to some error messages about unclean takedown. As the odds of this occurring, and someone actually caring/noticing are pretty slim, the patch isn't terribly important. Found by