diff options
Diffstat (limited to 'net-im/licq/files/licq-1.3.8-memory_leak.patch')
-rw-r--r-- | net-im/licq/files/licq-1.3.8-memory_leak.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net-im/licq/files/licq-1.3.8-memory_leak.patch b/net-im/licq/files/licq-1.3.8-memory_leak.patch deleted file mode 100644 index 38ea9e0da5bb..000000000000 --- a/net-im/licq/files/licq-1.3.8-memory_leak.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- src/user.cpp -+++ src/user.cpp -@@ -3631,6 +3631,7 @@ - { - gLog.Error("%sUnable to open picture file (%s):\n%s%s.\n", L_ERRORxSTR, - szFilename, L_BLANKxSTR, strerror(errno)); -+ close(source); - return; - } |