src/protocols/oscar/util.c

changeset 13663
de16367fd001
parent 13607
3f75dc90654e
--- a/src/protocols/oscar/util.c	Wed Apr 19 02:41:27 2006 +0000
+++ b/src/protocols/oscar/util.c	Wed Apr 19 03:31:47 2006 +0000
@@ -98,11 +98,6 @@
 		last = next + 1;
 		next = strchr(last, dl);
 	}
-
-	if (curCount < theindex) {
-		toReturn = malloc(sizeof(char));
-		*toReturn = '\0';
-	}
 	next = strchr(last, dl);
 
 	if (curCount < theindex) {

mercurial