winws: --wf-raw-part

This commit is contained in:
bol-van
2025-09-20 13:58:01 +03:00
parent 06e7818240
commit 07eee8af25
11 changed files with 106 additions and 84 deletions

View File

@@ -371,6 +371,7 @@ void cleanup_params(struct params_s *params)
#ifdef __CYGWIN__
strlist_destroy(&params->ssid_filter);
strlist_destroy(&params->nlm_filter);
strlist_destroy(&params->wf_raw_part);
#else
free(params->user); params->user=NULL;
#endif