ddnet/src
bors[bot] 5ec6f0994d
Merge #4410
4410: Fix leak in CLayerTiles::BrushGrab (fixes #4409) r=Learath2 a=def-

<!-- What is the motivation for the changes of this pull request -->

## Checklist

- [x] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


Co-authored-by: def <dennis@felsin9.de>
2021-12-17 23:38:19 +00:00
..
android Add Android build scripts 2021-08-24 12:18:20 +02:00
antibot Properly export antibot DLL symbols on Windows, this time for real 2021-10-05 17:38:58 +02:00
base Add a flag to skip a UTF-8 BOM when opening files for reading 2021-12-17 22:07:01 +01:00
engine Skip the UTF-8 BOM on all read text files 2021-12-17 22:07:01 +01:00
game Merge #4410 2021-12-17 23:38:19 +00:00
macos OSX -> macOS 2021-02-12 13:41:41 +01:00
macoslaunch OSX -> macOS 2021-02-12 13:41:41 +01:00
mastersrv fix command line arguments with unicode on windows 2021-12-06 19:48:25 +01:00
steam Run clang-format 2020-09-26 21:50:15 +02:00
test Add a flag to skip a UTF-8 BOM when opening files for reading 2021-12-17 22:07:01 +01:00
tools Skip the UTF-8 BOM on all read text files 2021-12-17 22:07:01 +01:00
twping fix command line arguments with unicode on windows 2021-12-06 19:48:25 +01:00