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
Every config field ( including module arg ) should be freed / destroyed on program exit
They won't allocate memory by default. However if users set options ( eg. --lib-pci "/path/to/library.so" ) memory will be allocated for storing the option value and will never be freed.