|
|
@ -96,7 +96,9 @@ void criteria_destroy(struct criteria *criteria) {
|
|
|
|
pattern_destroy(criteria->window_role);
|
|
|
|
pattern_destroy(criteria->window_role);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
pattern_destroy(criteria->con_mark);
|
|
|
|
pattern_destroy(criteria->con_mark);
|
|
|
|
|
|
|
|
pattern_destroy(criteria->workspace);
|
|
|
|
free(criteria->workspace);
|
|
|
|
free(criteria->workspace);
|
|
|
|
|
|
|
|
free(criteria->target);
|
|
|
|
free(criteria->cmdlist);
|
|
|
|
free(criteria->cmdlist);
|
|
|
|
free(criteria->raw);
|
|
|
|
free(criteria->raw);
|
|
|
|
free(criteria);
|
|
|
|
free(criteria);
|
|
|
|