LoginSignup
0
0

More than 5 years have passed since last update.

C++ Builder / memory leak > GetModuleHandle()によるリーク

Last updated at Posted at 2017-04-07
動作環境
C++ Builder XE4
FastMM

メモリーリーク対策中。

2分間動作させた状況と、5分間動作させた状況で比較をして、メモリリークを続ける部分を絞り込んでみた。

以下の部分があやしい。

77168C07 [LdrGetDllHandleEx]
7716898C [LdrGetDllHandle]
750486FC [Unknown function at GetModuleHandleW]
7504870F [Unknown function at GetModuleHandleW]

GetModuleHandle()を使っているのはどこかを調べたところ、FastMMが使っているようだ。

FastMMのバグだろうか。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0