[launchd-changes] [23841] branches/PR-6564965/launchd/src/launchd_core_logic.c

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 26 16:43:16 PST 2009


Revision: 23841
          http://trac.macosforge.org/projects/launchd/changeset/23841
Author:   dsorresso at apple.com
Date:     2009-02-26 16:43:16 -0800 (Thu, 26 Feb 2009)
Log Message:
-----------
It's nice to have breaks in cases.

Modified Paths:
--------------
    branches/PR-6564965/launchd/src/launchd_core_logic.c

Modified: branches/PR-6564965/launchd/src/launchd_core_logic.c
===================================================================
--- branches/PR-6564965/launchd/src/launchd_core_logic.c	2009-02-27 00:32:40 UTC (rev 23840)
+++ branches/PR-6564965/launchd/src/launchd_core_logic.c	2009-02-27 00:43:16 UTC (rev 23841)
@@ -6869,7 +6869,8 @@
 			goto out_bad;
 		}
 		
-		launch_data_free(output_obj);		
+		launch_data_free(output_obj);
+		break;
 	case 0:
 		mig_deallocate(*outval, *outvalCnt);
 		*outval = 0;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/launchd-changes/attachments/20090226/45d0801c/attachment-0001.html>


More information about the launchd-changes mailing list