|
From: | Auto mailings of changes to Lily Issues |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4910 Improve ly:spawn () |
Date: | Thu, 07 Jul 2016 21:51:52 +0000 |
I've pushed to staging.
Issue 4910/3: Avoid crash when g_spawn_sync () fails
commit e740e74f900465daf4bffb9361cf42bdbf47ffc8
Issue 4910/2: Replace the warning message output method in ly_run_command ()
commit f97af256ef891d0501c9a6d7985b74a23d7ebe6a
Issue 4910/1: Fix memory leak in ly:spawn ()
commit e5c35162e112e97b1e3562cb2386f76160d48339
[issues:#4910] Improve ly:spawn ()
Status: Fixed
Labels: Fixed_2_19_45
Created: Thu Jun 30, 2016 03:44 PM UTC by Masamichi Hosoda
Last Updated: Thu Jul 07, 2016 03:55 PM UTC
Owner: Masamichi Hosoda
Improve ly:spawn ()
Avoid crash when g_spawn_sync () fails
When g_spawn_sync () fails,
standard_output
and standard_error
may not be set.
This commit makes to check whether or not the value is valid.
Replace the warning message output method in ly_run_command ()
This commit replaces
the warning message output method in ly_run_command ()
from fprintf () to warning ().
Fix memory leak in ly:spawn ()
This commit makes free the memory allocated by g_spawn_sync ().
http://codereview.appspot.com/296630043
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |