We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4713290 commit 5a0f99dCopy full SHA for 5a0f99d
1 file changed
lib/lsof.c
@@ -926,6 +926,7 @@ enum lsof_error lsof_select_process_regex(struct lsof_context *ctx, char *x) {
926
*/
927
CmdRx[i].mc = 0;
928
CmdRx[i].exp = xp;
929
+ xp = NULL;
930
NCmdRxU++;
931
932
/** Update selection flags for inclusion */
0 commit comments