Does Objective C 2.0 garbage collection collect C structures?
- by Ross Andrews
What exactly does the ObjC garbage collector collect? If I'm writing a program in Objective C 2.0, and there's some C code in it, does the C code need to worry about freeing memory?