tor/changes/clean_asprintf
Nick Mathewson edcc9981d8 Try to use smartlist_add_asprintf consistently
(To ensure correctness, in every case, make sure that the temporary
variable is deleted, renamed, or lowered in scope, so we can't have
any bugs related to accidentally relying on the no-longer-filled
variable.)
2012-01-16 15:02:51 -05:00

4 lines
133 B
Plaintext

o Code simplifications and refactoring
- Use the smartlist_add_asprintf alias more consistently
throughout the codebase.