Question about SDL_DropEvent and freeing memory (leaks)

Hello, the documentation says that we have to SDL_free the memory in the event.drop.file.

https://wiki.libsdl.org/SDL_DropEvent

And says that this event is always activated by default. This means that if we are receiving this event but not handling it in our event switch we are creating a memory leak?

1 Like