Bug 1868901 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

While in general we pass around references to nsAString/nsACString, I don't think we normally store pointers to nsAString/nsACString requiring a delete after. Instead we generally use the nsString/nsCString/nsAutoString/nsAutoCString objects.
While in general we pass around references to nsAString/nsACString, I don't think we normally store pointers to nsAString/nsACString requiring a delete after. Instead we generally use the nsString/nsCString/nsAutoString/nsAutoCString objects when declaring the actual storage.

Back to Bug 1868901 Comment 3