diff options
Diffstat (limited to 'recipes/opie-rdesktop/files')
-rw-r--r-- | recipes/opie-rdesktop/files/crash_fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/opie-rdesktop/files/crash_fix.patch b/recipes/opie-rdesktop/files/crash_fix.patch new file mode 100644 index 0000000000..b3ebc31499 --- /dev/null +++ b/recipes/opie-rdesktop/files/crash_fix.patch @@ -0,0 +1,10 @@ +--- opierdesktop/licence.cpp 30 Jul 2007 19:08:05 -0000 1.2 ++++ opierdesktop/licence.cpp 5 Oct 2008 16:02:07 -0000 1.3 +@@ -173,7 +173,6 @@ + } + + licence_send_request(null_data, null_data, username, hostname); +- free(licence_data); + } + + /* Send an authentication response packet */ |