Skip to content

Commit

Permalink
終了時クラッシュ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
i-saint committed Jun 26, 2013
1 parent 450c5ae commit a41bae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dpContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ dpContext::dpContext()

dpContext::~dpContext()
{
m_builder->stopAutoBuild();
m_builder->stopPreload();
// バイナリ unload 時に適切に unpatch するには patcher より先に loader を破棄する必要がある
delete m_loader; m_loader=nullptr;
delete m_patcher; m_patcher=nullptr;
Expand Down

0 comments on commit a41bae8

Please sign in to comment.