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.
私は PySDL2 を使用していますが、例を読んでいるときに、例が を呼び出していることに気付きましたsdl2.SDL_FreeSurface(image)。FreeSurface を使用しない場合、メモリ リークが発生するのでしょうか? ガベージコレクションはこれを処理しませんか?
sdl2.SDL_FreeSurface(image)