/[pspp]/pspp/src/expressions/evaluate.c
ViewVC logotype

Diff of /pspp/src/expressions/evaluate.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by blp, Mon Mar 7 03:04:50 2005 UTC revision 1.3 by blp, Sat Mar 12 01:08:33 2005 UTC
# Line 248  cmd_debug_evaluate (void) Line 248  cmd_debug_evaluate (void)
248    retval = CMD_SUCCESS;    retval = CMD_SUCCESS;
249    
250   done:   done:
251    if (c != NULL)    if (c != NULL)
252      case_destroy (c);      {
253          case_destroy (c);
254          free (c);
255        }
256      dict_destroy (d);
257    return retval;    return retval;
258  }  }
259    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26