Changeset 662 for trunk/sx/sx.c
- Timestamp:
- 10/08/08 12:44:06 (5 months ago)
- Files:
-
- 1 modified
-
trunk/sx/sx.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sx/sx.c
r545 r662 100 100 if(s->auth_method != NULL) free(s->auth_method); 101 101 if(s->auth_id != NULL) free(s->auth_id); 102 102 103 103 if(s->env != NULL) { 104 104 _sx_debug(ZONE, "freeing %d env plugins", s->env->nplugins); … … 158 158 temp.cb_arg = s->cb_arg; 159 159 160 temp.ip = s->ip; 160 161 temp.flags = s->flags; 161 162 temp.reentry = s->reentry; … … 185 186 186 187 s->env = temp.env; 188 s->ip = temp.ip; 187 189 s->flags = temp.flags; 188 190 s->reentry = temp.reentry; … … 250 252 { 251 253 char *new_heap; 252 254 253 255 assert( before >= 0 ); 254 256 assert( after >= 0 );
