ddnet/src
def 1081a6870c Put CLineReader on stack so we can't forget to delete it
Found in https://github.com/ddnet/ddnet/issues/3134

Direct leak of 360712 byte(s) in 11 object(s) allocated from:
    #0 0x51fb22 in operator new(unsigned long) (/home/teeworlds/servers/DDNet-Server-asan+0x51fb22)
    #1 0x561d77 in CServer::GetAnnouncementLine(char const*) /home/teeworlds/src/master/src/engine/server/server.cpp:3563:20
    #2 0x5c00a7 in CGameContext::OnTick() /home/teeworlds/src/master/src/game/server/gamecontext.cpp:971:32
    #3 0x556073 in CServer::Run() /home/teeworlds/src/master/src/engine/server/server.cpp:2544:19
    #4 0x561a56 in main /home/teeworlds/src/master/src/engine/server/server.cpp:3537:21
    #5 0x7f2349f3809a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2409a)
2020-10-18 12:57:36 +02:00
..
antibot Run clang-format 2020-09-26 21:50:15 +02:00
base Fix clang-analyzer-core.UndefinedBinaryOperatorResult 2020-10-14 15:45:47 +02:00
engine Put CLineReader on stack so we can't forget to delete it 2020-10-18 12:57:36 +02:00
game Fix halloween logic 2020-10-18 10:26:52 +02:00
mastersrv Run clang-format 2020-09-26 21:50:15 +02:00
osx Fix Mac OS X notifications linking 2020-04-30 21:30:21 +02:00
osxlaunch Streamline platform client 2020-03-28 02:20:16 +03:00
steam Run clang-format 2020-09-26 21:50:15 +02:00
test Remove code for CRC in most places, except where needed for net compat 2020-10-14 17:08:58 +02:00
tools Fix clang-analyzer-core.UndefinedBinaryOperatorResult 2020-10-14 15:45:47 +02:00
twping Run clang-format 2020-09-26 21:50:15 +02:00