ソースを参照

nv50: fix a small leak on context destroy

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
tags/mesa-10.1-rc1
Ilia Mirkin 12年前
コミット
f50a45452a
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      src/gallium/drivers/nouveau/nv50/nv50_context.c

+ 2
- 0
src/gallium/drivers/nouveau/nv50/nv50_context.c ファイルの表示

@@ -114,6 +114,8 @@ nv50_destroy(struct pipe_context *pipe)
draw_destroy(nv50->draw);
#endif

FREE(nv50->blit);

nouveau_context_destroy(&nv50->base);
}


読み込み中…
キャンセル
保存