mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
4 lines
170 B
Text
4 lines
170 B
Text
o Minor features (infrastructure):
|
|
- Implement smartlist_add_strdup() function. Replaces the use of
|
|
smartlist_add(sl, tor_strdup(str)). Closes ticket 20048.
|
|
|