FreeRDP/channels/cliprdr
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
..
client channels/cliprdr/client/cliprdr_main.c: fix resource leak 2024-04-08 11:39:20 +02:00
server [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
ChannelOptions.cmake channels/cliprdr: start server-side implementation 2013-08-16 16:46:47 -04:00
cliprdr_common.c [clang,tidy] fix a few warnings 2024-02-27 14:15:43 +01:00
cliprdr_common.h Reformatted to new style 2019-11-07 10:53:54 +01:00
CMakeLists.txt channels/cliprdr: start server-side implementation 2013-08-16 16:46:47 -04:00