Skip to content

Commit 923a146

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Avoid double-free
2 parents 86e7aa2 + 3324bb8 commit 923a146

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/com_dotnet/com_com.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ PHP_FUNCTION(com_create_instance)
221221

222222
if (server_name) {
223223
if (info.pwszName) efree(info.pwszName);
224-
if (authid.User) efree(authid.User);
225224
}
226225

227226
efree(moniker);

0 commit comments

Comments
 (0)