Ethereal-cvs: [Ethereal-cvs] rev 15249: /trunk/: filters.c filters.h

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

Date: Sat, 06 Aug 2005 18:42:08 GMT
User: guy
Date: 2005/08/06 01:42 PM

Log:
 "read_filter_list()" and "save_filter_list()" mallocate the path string
 that they return through the "pref_path_return" argument; make it a
 "char **", as a pointer to a "char *" is passed to it, and the caller
 has to free that.

Directory: /trunk/
  Changes    Path          Action
  +2 -2      filters.c     Modified
  +2 -2      filters.h     Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=15249&view=rev