Skip to content

Commit 63fed44

Browse files
committed
Fix PhpStartPhSvcProcess crash
1 parent cb7ea5a commit 63fed44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ProcessHacker/actions.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,9 @@ BOOLEAN PhpStartPhSvcProcess(
386386
}
387387

388388
PhClearReference(&fileName);
389-
PhClearReference(&applicationDirectory);
390389
}
390+
391+
PhClearReference(&applicationDirectory);
391392
}
392393
break;
393394
}

0 commit comments

Comments
 (0)