i915g: Don't forget to init buffer ptrs

This commit is contained in:
Jakob Bornecrantz 2009-08-28 22:33:42 +01:00
parent aaedd035ca
commit 644060c025
1 changed files with 2 additions and 2 deletions

View File

@ -286,7 +286,7 @@ intel_be_shared_handle_from_texture(struct drm_api *api,
unsigned *pitch,
unsigned *handle)
{
struct pipe_buffer *buffer;
struct pipe_buffer *buffer = NULL;
struct intel_be_buffer *buf;
if (!intel_be_get_texture_buffer(api,
texture,
@ -315,7 +315,7 @@ intel_be_local_handle_from_texture(struct drm_api *api,
unsigned *pitch,
unsigned *handle)
{
struct pipe_buffer *buffer;
struct pipe_buffer *buffer = NULL;
if (!intel_be_get_texture_buffer(api,
texture,
&buffer,