mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 21:58:06 +00:00
Changed not to free the memory which is returned to the caller, bug 50413 , r=rhp.
This commit is contained in:
parent
7cb77d3fad
commit
3e1ac87145
@ -763,11 +763,11 @@ mime_convert_rfc1522 (const char *input_line, PRInt32 input_length,
|
||||
*output_ret = convertedString;
|
||||
*output_size_ret = nsCRT::strlen(convertedString);
|
||||
}
|
||||
PR_FREEIF(converted);
|
||||
}
|
||||
|
||||
if (line != input_line)
|
||||
PR_Free(line);
|
||||
PR_FREEIF(converted);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user