Skip to content

Commit

Permalink
Merge branch 'PHP-7.4' into master
Browse files Browse the repository at this point in the history
* PHP-7.4:
  Avoid double-free
  • Loading branch information
cmb69 committed Aug 25, 2020
2 parents 259d050 + 923a146 commit 7e5ed81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/com_dotnet/com_com.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ PHP_METHOD(com, __construct)

if (server_name) {
if (info.pwszName) efree(info.pwszName);
if (authid.User) efree(authid.User);
}

efree(moniker);
Expand Down

0 comments on commit 7e5ed81

Please sign in to comment.