FreeRDP/libfreerdp/utils
Ilya Shipitsin 1f3a49c57a libfreerdp/utils/http.c: fix resource leak
found by coverity

128                if (winpr_asprintf(&headers, &size, post_header_fmt, path, hostname, blen) < 0)

CID 424888: (#1 of 1): Resource leak (RESOURCE_LEAK)
15. leaked_storage: Variable hostname going out of scope leaks the storage it points to.
129                        return FALSE;
130        }
2024-04-08 11:39:20 +02:00
..
test [utils,test] add TestEncodedTypes 2024-03-18 08:41:17 +01:00
cliprdr_utils.c
CMakeLists.txt [cmake] move platform defines to common include 2024-03-20 09:11:08 +01:00
drdynvc.c
encoded_types.c [utils,encoded_types] fix read/write, add limits 2024-03-18 08:41:17 +01:00
gfx.c
http.c libfreerdp/utils/http.c: fix resource leak 2024-04-08 11:39:20 +02:00
passphrase.c
pcap.c [winpr,sysinfo] unify time function use 2024-03-11 09:54:10 +01:00
profiler.c
rdpdr_utils.c
ringbuffer.c
signal.c
smartcard_call.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
smartcard_operations.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
smartcard_pack.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
stopwatch.c [winpr,sysinfo] unify time function use 2024-03-11 09:54:10 +01:00
string.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00