• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

X operations(XOPS)に非常に近いFPSゲームを制作・リメイクし、成果物をオープンソースとして公開することを目的としたプロジェクトです。


Commit MetaInfo

Revision134 (tree)
Time2016-06-13 22:59:21
Authorxops-mikan

Log Message

ゲーム終了時にメモリリークが発生する問題の修正(R129のバグ)

Change Summary

Incremental Difference

--- trunk/objectmanager.cpp (revision 133)
+++ trunk/objectmanager.cpp (revision 134)
@@ -2621,7 +2621,7 @@
26212621 //! @brief ディストラクタ
26222622 BulletObjectHumanIndex::~BulletObjectHumanIndex()
26232623 {
2624- if( HumanIndex == NULL ){ delete [] HumanIndex; }
2624+ if( HumanIndex != NULL ){ delete [] HumanIndex; }
26252625 }
26262626
26272627 //! @brief 初期化