diff options
author | Nian Wu <nian.wu@intel.com> | 2007-03-01 09:01:58 -0500 |
---|---|---|
committer | Nian Wu <nian@tinderbox.sh.intel.com> | 2007-03-01 09:01:58 -0500 |
commit | 6a47e350656b1090e399144ff6a0cdabe94842e7 (patch) | |
tree | 642259b3ede6c1fd742d93d060f2ab5bf38b9e43 /src/mesa/main/framebuffer.c | |
parent | 381b4b0c91d476811420d8806eb8c058d0075927 (diff) | |
parent | 38a88db1fc69b774ded3b7a44126e0b0f61e886b (diff) |
Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline
Diffstat (limited to 'src/mesa/main/framebuffer.c')
-rw-r--r-- | src/mesa/main/framebuffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index d061d22d9b..3fe70f449c 100644 --- a/src/mesa/main/framebuffer.c +++ b/src/mesa/main/framebuffer.c @@ -216,6 +216,7 @@ _mesa_free_framebuffer_data(struct gl_framebuffer *fb) GLuint i; assert(fb); + assert(fb->RefCount == 0); _glthread_DESTROY_MUTEX(fb->Mutex); |