[yast-commit] r66182 - in /trunk/yast2: library/runlevel/src/Service.ycp package/yast2.changes
![](https://seccdn.libravatar.org/avatar/ff2cb327bf0a83604a58d72935bcf7ff.jpg?s=120&d=mm&r=g)
Author: lslezak Date: Thu Sep 29 17:06:14 2011 New Revision: 66182 URL: http://svn.opensuse.org/viewcvs/yast?rev=66182&view=rev Log: - Service::RunInitScriptWithTimeOut() - fixed memory leak, release the process info at the end Modified: trunk/yast2/library/runlevel/src/Service.ycp trunk/yast2/package/yast2.changes Modified: trunk/yast2/library/runlevel/src/Service.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/runlevel/src/Servic... ============================================================================== --- trunk/yast2/library/runlevel/src/Service.ycp (original) +++ trunk/yast2/library/runlevel/src/Service.ycp Thu Sep 29 17:06:14 2011 @@ -360,6 +360,9 @@ SCR::Execute(.process.kill, process_pid); } + // release the process from the agent + SCR::Execute(.process.release, process_pid); + return return_code; } Modified: trunk/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=6... ============================================================================== --- trunk/yast2/package/yast2.changes (original) +++ trunk/yast2/package/yast2.changes Thu Sep 29 17:06:14 2011 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Sep 29 14:54:07 UTC 2011 - lslezak@suse.cz + +- Service::RunInitScriptWithTimeOut() - fixed memory leak, + release the process info at the end + +------------------------------------------------------------------- Mon Sep 26 10:58:19 UTC 2011 - jsrain@suse.cz - simplify usage of save_y2logs (bnc#673990) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn2.opensuse.org