Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/doc README.developer

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 27 Oct 2003 23:49:29 -0600 (CST)
guy         2003/10/27 23:49:29 CST

  Modified files:
    doc                  README.developer 
  Log:
  As per a suggestion by Olivier Biot, note that objects pointed to by
  pointer arguments to "proto_tree_add_XXX" functions are copied - if you
  allocated a buffer for one of them (e.g., a string), and you don't free
  that buffer when you're done with it, you'll leak memory.
  
  Revision  Changes    Path
  1.83      +8 -3      ethereal/doc/README.developer