Skip to content

Commit edd4d9e

Browse files
committed
Fix: Memory leak from upstream RouterOS-api, #321
1 parent f1f44c3 commit edd4d9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mktxp/flow/router_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import yaml
2222

2323
# Fix UTF-8 decode error and memory leak from upstream RouterOS-api
24-
(# Ref: https://github.com/akpw/mktxp/issues/47)
24+
# Ref: https://github.com/akpw/mktxp/issues/47
2525

2626
# 1. The RouterOS-api implicitly assumes that the API response is UTF-8 encoded,
2727
# but Mikrotik often uses latin-1, so monkey-patching StringField to fallback to latin-1

0 commit comments

Comments
 (0)