Remove an extra prop_object_release().

This commit is contained in:
xtraeme 2007-10-06 22:12:04 +00:00
parent 50509ea822
commit cfba73e2fb

View File

@ -1,4 +1,4 @@
/* $NetBSD: powerd.c,v 1.11 2007/09/27 18:11:05 xtraeme Exp $ */
/* $NetBSD: powerd.c,v 1.12 2007/10/06 22:12:04 xtraeme Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@ -327,7 +327,5 @@ dispatch_power_event_state_change(int fd, power_event_t *pev)
argv[5] = NULL;
prop_object_release(dict);
run_script(argv);
}