coturn/src/apps
Pavel Punsky 95c2967252
Fix memleak in pgsql_reread_realms (#1278)
Fixes #1259

If `ur_string_map_put ` fails then the string that was just `strdup`-ed
will leak memory
Now the return value is checked and memory free-ed in case of failure
2023-10-02 16:20:14 +02:00
..
common Replace srand/rand with srandom/random (#1279) 2023-10-02 16:19:57 +02:00
natdiscovery Use inline functions for errno checks (#1123) 2022-12-22 11:10:34 -08:00
oauth Add clang format rules and checks (#935) 2022-11-06 22:05:17 +01:00
peer Use inline functions for errno checks (#1123) 2022-12-22 11:10:34 -08:00
relay Fix memleak in pgsql_reread_realms (#1278) 2023-10-02 16:20:14 +02:00
rfc5769 Add clang format rules and checks (#935) 2022-11-06 22:05:17 +01:00
stunclient Use inline functions for errno checks (#1123) 2022-12-22 11:10:34 -08:00
uclient Use inline functions for errno checks (#1123) 2022-12-22 11:10:34 -08:00
CMakeLists.txt Support Windows MSVC (#855) 2022-10-28 19:32:23 -07:00