1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-22 20:35:24 +02:00
Files
luanti/src/gui
DS 553dc02deb Fix some memleaks from GUIButtonImage (#13564)
* `m_foreground_image` was grabbed, but not dropped in the destructor.
* `m_image` was created with new. It is grabbed by itself and by the env (not only by the env!, so it's an owning ptr). This owning ptr also was never dropped.
2023-06-06 19:01:32 +02:00
..
2023-04-11 20:06:15 +02:00
2023-04-08 20:17:50 +02:00
2023-04-08 20:17:50 +02:00
2023-04-08 20:17:50 +02:00
2023-03-01 09:06:23 +01:00
2023-04-08 20:17:50 +02:00