FreeRDP/winpr/libwinpr/clipboard
Bernhard Miklautz 9f6fa7ef4c Fix possible endless loops on cleanup.
Some cleanup code possibly create endless loops because an unsigned
type was used as run variable but the check was >= 0 in the for loop.
2015-06-24 12:26:13 +02:00
..
test Fix unchecked strdups 2015-06-22 19:09:59 +02:00
clipboard.c Fix possible endless loops on cleanup. 2015-06-24 12:26:13 +02:00
clipboard.h libwinpr-clipboard: add basic clipboard synthesizers 2014-10-17 18:23:07 -04:00
CMakeLists.txt libwinpr-clipboard: add basic clipboard synthesizers 2014-10-17 18:23:07 -04:00
ModuleOptions.cmake libwinpr-clipboard: initial commit 2014-10-17 15:19:05 -04:00
synthetic.c android: fix misc compiler warnings 2015-06-22 19:09:59 +02:00