- Timestamp:
- May 25, 2014, 4:40:35 PM (10 years ago)
- Location:
- trunk/zoo-project/zoo-kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service.h
r471 r474 273 273 static void freeMaps(maps** mo){ 274 274 maps* _cursor=*mo; 275 fflush(stderr);276 275 if(_cursor && _cursor!=NULL){ 277 276 #ifdef DEBUG -
trunk/zoo-project/zoo-kernel/service_internal_python.c
r471 r474 507 507 } 508 508 } 509 Py_DECREF(value);510 Py_DECREF(key);511 509 } 512 510 return res;
Note: See TracChangeset
for help on using the changeset viewer.