/[winpt]/trunk/Src/wptGPGParser.cpp
ViewVC logotype

Diff of /trunk/Src/wptGPGParser.cpp

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

revision 211 by twoaday, Sun May 7 12:36:48 2006 UTC revision 212 by twoaday, Tue May 9 10:29:07 2006 UTC
# Line 53  new_option (void) Line 53  new_option (void)
53      e = new gpg_option_s;      e = new gpg_option_s;
54      if (!e)      if (!e)
55          BUG (0);          BUG (0);
56      memset (e, 0, sizeof (e));      memset (e, 0, sizeof *e);
57      return e;      return e;
58  }  }
59    
# Line 241  release_option (gpg_option_t opt) Line 241  release_option (gpg_option_t opt)
241          return;          return;
242      free_if_alloc (opt->name);      free_if_alloc (opt->name);
243      free_if_alloc (opt->val);      free_if_alloc (opt->val);
244      free_if_alloc (opt );      free_if_alloc (opt);
245  }  }
246    
247    

Legend:
Removed from v.211  
changed lines
  Added in v.212

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26