فهرست منبع

clear floating pointer

David Rose 22 سال پیش
والد
کامیت
0ff53d1ec1
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      panda/src/pgraph/transformState.cxx

+ 1 - 0
panda/src/pgraph/transformState.cxx

@@ -87,6 +87,7 @@ TransformState::
   // Free the inverse matrix computation, if it has been stored.
   if (_inv_mat != (LMatrix4f *)NULL) {
     delete _inv_mat;
+    _inv_mat = (LMatrix4f *)NULL;
   }
 
   // Remove the deleted TransformState object from the global pool.