You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potential memory leak in rlm_sql_sqlite.c line 745. Calling sqlite3_open_v2() without calling sqlite3_close() to free the memory will cause a memory leak (in line 774).
Log output from the FreeRADIUS daemon
None
Relevant log output from client utilities
No response
Backtrace from LLDB or GDB
No response
The text was updated successfully, but these errors were encountered:
What type of defect/bug is this?
incorrect 3rd party API usage
How can the issue be reproduced?
Potential memory leak in rlm_sql_sqlite.c line 745. Calling sqlite3_open_v2() without calling sqlite3_close() to free the memory will cause a memory leak (in line 774).
Log output from the FreeRADIUS daemon
Relevant log output from client utilities
No response
Backtrace from LLDB or GDB
No response
The text was updated successfully, but these errors were encountered: