Skip to content

Commit 388cc66

Browse files
author
Draveness
committed
Fixed broken image link
1 parent ec5ae8b commit 388cc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objc/黑箱中的 retain 和 release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ id objc_object::rootRetain() {
5252

5353
`extra_rc` 就是用于保存自动引用计数的标志位,下面就是 `isa` 结构体中的结构:
5454

55-
![objc-rr-isa-struct](media/14634857467007/objc-rr-isa-struct.png)
55+
![objc-rr-isa-struct](../images/objc-rr-isa-struct.png)
5656

5757
接下来我们会分三种情况对 `rootRetain` 进行分析。
5858

0 commit comments

Comments
 (0)