Skip to content

Commit e6cc30e

Browse files
committed
Revert "fix leak"
This reverts commit c5d9c50.
1 parent c5d9c50 commit e6cc30e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/wddx/wddx.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,10 +1095,6 @@ static void php_wddx_process_data(void *user_data, const XML_Char *s, int len)
10951095

10961096
case ST_BOOLEAN:
10971097
if(!ent->data) {
1098-
if (ent->varname) {
1099-
efree(ent->varname);
1100-
ent->varname = NULL;
1101-
}
11021098
break;
11031099
}
11041100
if (!strcmp(s, "true")) {

0 commit comments

Comments
 (0)