This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
FreeRDP
Watch
1
Star
0
Fork
0
You've already forked FreeRDP
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
FreeRDP
/
client
/
common
History
Ondrej Holy
f36054b379
client/cmdline: Fix leak found by covscan
...
leaked_storage: Variable "base64" going out of scope leaks the storage it points to.
2018-08-22 13:35:43 +02:00
..
test
Cleaned up const char** -> char** for argv, since we definitely do modify the argv!
2018-06-06 16:43:09 +02:00
client.c
client/common: Fix leak found by covscan
2018-08-22 13:35:43 +02:00
CMakeLists.txt
…
cmdline.c
client/cmdline: Fix leak found by covscan
2018-08-22 13:35:43 +02:00
cmdline.h
Fixed
#4636
: Consistent wording for boolean options depending on default.
2018-05-17 10:30:13 +02:00
compatibility.c
Cleaned up const char** -> char** for argv, since we definitely do modify the argv!
2018-06-06 16:43:09 +02:00
compatibility.h
…
file.c
…