tor/changes/bug20048

5 lines
150 B
Plaintext
Raw Normal View History

o Minor bugfixes:
- Implement smartlist_add_strdup() function. Replaces the use of
smartlist_add(sl, tor_strdup(str)). Fixes bug 20048.