tor/changes/bug20048
2016-11-06 16:48:52 -05:00

5 lines
170 B
Plaintext

o Minor features (infrastructure):
- Implement smartlist_add_strdup() function. Replaces the use of
smartlist_add(sl, tor_strdup(str)). Closes ticket 20048.