Changeset 1440 for libcaca/trunk/cucul/frame.c
- Timestamp:
- Nov 27, 2006, 3:58:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/frame.c
r1431 r1440 171 171 sprintf(cv->frames[id].name + 6, "%.08x", ++cv->autoinc); 172 172 173 cv->frames[id].import = NULL;174 175 173 return 0; 176 174 } … … 216 214 free(cv->frames[id].attrs); 217 215 free(cv->frames[id].name); 218 if(cv->frames[id].import)219 free(cv->frames[id].import);220 216 221 217 for(f = id + 1; f < cv->framecount; f++)
Note: See TracChangeset
for help on using the changeset viewer.