File licq-1.3.6-leak-fix.patch of Package licq
--- src/hebrev.c 2006-07-15 15:10:26.000000000 +0200
+++ src/hebrev.c 2009-09-24 09:25:10.000000000 +0200
@@ -48,15 +48,10 @@
short int mode = 0, imode;
const char *hmark = NULL, *lmark, *nmark, *nlmark;
char ch;
- char* temp_str = NULL;
if (src == NULL)
return NULL;
- if ((temp_str = (char*)malloc(strlen(src) + 1)) == NULL)
- return NULL;
-
-
for (;;)
{
if (mode == 0)