Loading changes/ticket33103 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes (controller): - Fix a memory leak in GETINFO responses. Fixes bug 33103; bugfix on 0.4.3.1-alpha. src/feature/control/control_getinfo.c +1 −0 Original line number Diff line number Diff line Loading @@ -1735,6 +1735,7 @@ handle_control_getinfo(control_connection_t *conn, } } else { control_reply_add_one_kv(answers, 250, KV_RAW, q, ans); tor_free(ans); } } SMARTLIST_FOREACH_END(q); Loading Loading
changes/ticket33103 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes (controller): - Fix a memory leak in GETINFO responses. Fixes bug 33103; bugfix on 0.4.3.1-alpha.
src/feature/control/control_getinfo.c +1 −0 Original line number Diff line number Diff line Loading @@ -1735,6 +1735,7 @@ handle_control_getinfo(control_connection_t *conn, } } else { control_reply_add_one_kv(answers, 250, KV_RAW, q, ans); tor_free(ans); } } SMARTLIST_FOREACH_END(q); Loading