FreeRDP/channels
Ilya Shipitsin 822537be0e channels/cliprdr/client/cliprdr_main.c: fix resource leak
found by coverity

655        if (Stream_Write_UTF16_String_From_UTF8(s, tmpDirCharLen - 1, tempDirectory->szTempDir,
656                                                ARRAYSIZE(tempDirectory->szTempDir), TRUE) < 0)

CID 424748: (#1 of 1): Resource leak (RESOURCE_LEAK)
9. leaked_storage: Variable s going out of scope leaks the storage it points to.
657                return ERROR_INTERNAL_ERROR;
658        /* Path must be 260 UTF16 characters with '\0' termination.
659         * ensure this here */
2024-04-08 11:39:20 +02:00
..
ainput [clang-tidy] readability-duplicate-include 2024-02-15 11:49:16 +01:00
audin [channesl,oss] fix OSS detection 2024-03-20 09:11:08 +01:00
client [channel,client] update channel pointer 2024-03-14 16:05:51 +01:00
cliprdr channels/cliprdr/client/cliprdr_main.c: fix resource leak 2024-04-08 11:39:20 +02:00
disp [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
drdynvc [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
drive [channels,drive] fix wrong function usage 2024-03-18 13:27:32 +01:00
echo [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
encomsp [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
geometry [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
gfxredir [channels] simplified server linking 2023-03-01 08:18:34 +01:00
location [channels,location] fix sending location messages 2024-03-18 08:41:17 +01:00
parallel [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
printer [channels,printer] support printer channel in synchronous mode. 2024-03-07 11:40:44 +01:00
rail [channels,rail] print handshakeEx flags 2024-03-20 10:00:57 +01:00
rdp2tcp [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rdpdr [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rdpecam [channels,rdpecam] add client channel stub 2024-03-18 08:41:17 +01:00
rdpei [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rdpemsc [clang-tidy] clang-analyzer-unix.Malloc 2024-02-15 11:49:16 +01:00
rdpgfx [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rdpsnd [channesl,oss] fix OSS detection 2024-03-20 09:11:08 +01:00
remdesk [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
serial [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
server [cmake] unify windows resource file generation 2024-03-20 11:17:18 +01:00
smartcard [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
sshagent [freerdp,api] add FREERDP_ENTRY_POINT 2023-08-25 14:36:05 +02:00
telemetry [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
tsmf [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
urbdrc channels/urbdrc/client/data_transfer.c: fix resource leak 2024-04-08 11:39:20 +02:00
video [clang-tidy] clang-analyzer-unix.Malloc 2024-02-15 11:49:16 +01:00
CMakeLists.txt Export interface include directories 2023-08-01 11:12:46 +02:00