Skip to content

Commit 39a979f

Browse files
committed
Trivia for commented out realloc props code
1 parent 4dfacbc commit 39a979f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src-input/duk_hobject_props.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ DUK_INTERNAL void duk_hobject_realloc_props(duk_hthread *thr,
637637
*/
638638
#if 0 /* XXX: inject test */
639639
if (1) {
640+
new_p = NULL;
640641
goto alloc_failed;
641642
}
642643
#endif

0 commit comments

Comments
 (0)