Fix segmentation faults and remove an unused variable
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>
Wed, 8 Aug 2012 12:54:53 +0000 (13:54 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Wed, 8 Aug 2012 14:32:05 +0000 (15:32 +0100)
commitac88b01fc014f28484aa8520a962c24ea4fdc80a
treefcc9378fc3064ccc30cd9fb595c3ac2b455435b9
parent30e2d785d7ff2e042c315c2e1cd703c77e727c29
Fix segmentation faults and remove an unused variable

Fix a segmentation fault in target_startup_monitor_finalize caused by
freeing the data of a list item instead of the actual unit list we want
to free.

Fix another possible segmentation fault in
la_handler_service_handle_consumer_lifecycle_request_finish caused by
logging a message using the wrong GError.

Remove an unused variable in la_handler_service_handle_register.
NEWS
node-startup-controller/la-handler-service.c
node-startup-controller/target-startup-monitor.c