mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
5 lines
170 B
Plaintext
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.
|
|
|