10 Sep
2009
10 Sep
'09
11:26 p.m.
Revision: 11 http://trac.macosforge.org/projects/libdispatch/changeset/11 Author: robert@fledge.watson.org Date: 2009-09-06 08:38:00 -0700 (Sun, 06 Sep 2009) Log Message: ----------- Expand #ifdef __BLOCKS__ in _dispatch_source_create2() to cover additional code unused in the !blocks case. Modified Paths: -------------- trunk/src/source.c Modified: trunk/src/source.c =================================================================== --- trunk/src/source.c 2009-09-05 21:25:35 UTC (rev 10) +++ trunk/src/source.c 2009-09-06 15:38:00 UTC (rev 11) @@ -1249,9 +1249,9 @@ #ifdef __BLOCKS__ out_bad: -#endif free(ds); return NULL; +#endif } long
5903
Age (days ago)
5903
Last active (days ago)
0 comments
1 participants
participants (1)
-
source_changes@macosforge.org