@@ -87,11 +87,11 @@ char *retCString; char byte = 0; int state = 0; size_t i = 0; - retCString = of_malloc(length + 1, 1); + retCString = of_alloc(length + 1, 1); while (length--) { char c = *string++; switch (state) {