- Commit
- b34af68668c514b73102acc4c32e7bd6ac5a8301
- Parent
- c737934e286710a2b8094c6255eee98102eed57a
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Avoid trying to free string_contents for inlines.
This avoids an unnecessary free(0) -- and perhaps free(???).
However, ltrace reveals that there is still a free(0) happening,
with some other source.