Skip to content

Commit

Permalink
VAS bug 15531: stop ipwatchd from crashing after the Mac goes to sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
dleonard committed Oct 14, 2008
1 parent 36e6ca1 commit 5b76690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipwatchd/ipwatchd.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ notify_primary_ipv4_change()
}

set_primary_address(newPrimaryAddress);
CFRelease(prop);
if (prop)
CFRelease(prop);
}

/*
Expand Down

0 comments on commit 5b76690

Please sign in to comment.