Differences From Artifact [d87768cf4b]:
- File src/object.c — part of check-in [8f2b2b8255] at 2012-04-22 15:30:25 on branch trunk — Rename cfw_new_p to cfw_create. (user: js, size: 3292) [annotate] [blame] [check-ins using]
To Artifact [d0d674ef0a]:
- File src/object.c — part of check-in [0adce25085] at 2012-04-25 09:17:50 on branch trunk — Oops. (user: js, size: 3298) [annotate] [blame] [check-ins using]
︙ | |||
118 119 120 121 122 123 124 | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | - + | free(obj); } CFWClass* cfw_class(void *ptr) { |
︙ |