[launchd-changes] [23843] branches/PR-6564965/launchd/src/launchctl.c

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 26 18:41:30 PST 2009


Revision: 23843
          http://trac.macosforge.org/projects/launchd/changeset/23843
Author:   dsorresso at apple.com
Date:     2009-02-26 18:41:29 -0800 (Thu, 26 Feb 2009)
Log Message:
-----------
Bug fixes.

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

Modified: branches/PR-6564965/launchd/src/launchctl.c
===================================================================
--- branches/PR-6564965/launchd/src/launchctl.c	2009-02-27 02:34:46 UTC (rev 23842)
+++ branches/PR-6564965/launchd/src/launchctl.c	2009-02-27 02:41:29 UTC (rev 23843)
@@ -761,7 +761,6 @@
 	r = CF2launch_data(plist);
 
 	CFRelease(plist);
-	CFReleaseIfNotNULL(label);
 
 	return r;
 }
@@ -2305,7 +2304,7 @@
 		}
 	}
 
-	if( g_job_overrides_db ) {
+	if( g_job_overrides_db_has_changed ) {
 		WriteMyPropertyListToFile(g_job_overrides_db, g_job_overrides_db_path);
 	}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/launchd-changes/attachments/20090226/777aa264/attachment-0001.html>


More information about the launchd-changes mailing list