1
0
mirror of https://github.com/golang/go synced 2024-11-19 18:14:40 -07:00
go/src/runtime/cgo
Elias Naur 2b4274d667 runtime/cgo: CFRelease result from CFBundleCopyResourceURL
The result from CFBundleCopyResourceURL is owned by the caller. This
CL adds the necessary CFRelease to release it after use.

Fixes #19722

Change-Id: I7afe22ef241d21922a7f5cef6498017e6269a5c3
Reviewed-on: https://go-review.googlesource.com/38639
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2017-03-27 18:12:17 +00:00
..
asm_386.s
asm_amd64.s
asm_arm64.s
asm_arm.s
asm_mips64x.s all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
asm_mipsx.s runtime: add cgo support for GOARCH=mips{,le} 2016-12-14 23:52:33 +00:00
asm_nacl_amd64p32.s
asm_ppc64x.s
asm_s390x.s runtime/cgo: save correct floating point registers on s390x 2016-11-23 22:06:06 +00:00
callbacks_traceback.go
callbacks.go runtime: poll libc to deliver signals under TSAN 2017-03-08 18:58:30 +00:00
cgo.go runtime/cgo: do not link threads lib by default on windows 2016-10-28 04:36:31 +00:00
dragonfly.go
freebsd.go
gcc_386.S
gcc_amd64.S
gcc_android_386.c
gcc_android_amd64.c
gcc_android_arm64.c runtime/cgo: raise the thread-local storage slot search limit on Android 2017-03-27 08:56:08 +00:00
gcc_android_arm.c runtime/cgo: raise the thread-local storage slot search limit on Android 2017-03-27 08:56:08 +00:00
gcc_android.c
gcc_arm64.S
gcc_arm.S
gcc_context.c all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
gcc_darwin_386.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_darwin_amd64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_darwin_arm64.c runtime/cgo: CFRelease result from CFBundleCopyResourceURL 2017-03-27 18:12:17 +00:00
gcc_darwin_arm.c runtime/cgo: CFRelease result from CFBundleCopyResourceURL 2017-03-27 18:12:17 +00:00
gcc_dragonfly_amd64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_fatalf.c
gcc_freebsd_386.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_freebsd_amd64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_freebsd_arm.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_libinit_openbsd.c runtime/cgo: retry pthread_create on EAGAIN for OpenBSD 2016-12-05 21:15:05 +00:00
gcc_libinit_windows.c runtime/cgo: correct type declaration for Windows 2016-11-03 17:42:01 +00:00
gcc_libinit.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_386.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_amd64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_arm64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_arm.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_mips64x.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_mipsx.c runtime: add cgo support for GOARCH=mips{,le} 2016-12-14 23:52:33 +00:00
gcc_linux_ppc64x.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_linux_s390x.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_mips64x.S all: make copyright headers consistent with one space after period 2016-11-04 20:46:25 +00:00
gcc_mipsx.S runtime: add cgo support for GOARCH=mips{,le} 2016-12-14 23:52:33 +00:00
gcc_mmap.c
gcc_netbsd_386.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_netbsd_amd64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_netbsd_arm.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_openbsd_386.c runtime/cgo: retry pthread_create on EAGAIN for OpenBSD 2016-12-05 21:15:05 +00:00
gcc_openbsd_amd64.c runtime/cgo: retry pthread_create on EAGAIN for OpenBSD 2016-12-05 21:15:05 +00:00
gcc_ppc64x.S
gcc_s390x.S runtime/cgo: save correct floating point registers on s390x 2016-11-23 22:06:06 +00:00
gcc_setenv.c
gcc_sigaction.c runtime/cgo: return correct sa_flags 2017-03-09 18:53:35 +00:00
gcc_signal_darwin_armx.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_signal_darwin_lldb.c
gcc_solaris_amd64.c runtime/cgo: retry pthread_create on EAGAIN 2016-12-05 18:46:18 +00:00
gcc_traceback.c
gcc_util.c runtime: poll libc to deliver signals under TSAN 2017-03-08 18:58:30 +00:00
gcc_windows_386.c
gcc_windows_amd64.c
iscgo.go
libcgo_unix.h runtime/cgo: retry pthread_create on EAGAIN for OpenBSD 2016-12-05 21:15:05 +00:00
libcgo.h
mmap.go
netbsd.go
openbsd.go
setenv.go
sigaction.go runtime/cgo: use libc for sigaction syscalls when possible 2016-11-16 05:38:38 +00:00
signal_darwin_arm64.s
signal_darwin_arm.s
signal_darwin_armx.go