Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使うたびに
GMGeoCode.Geocode(lAddress);
ここで、lAddress はデータベースにある既存のアドレスです。GMGeoCode.Geocode(lAddress); 以外のすべてを for で実行すると、メモリリークが発生します。漏れはそこにありません
Geocode を呼び出した後に解放する必要があるものはありますか?