Changeset 161e879


Ignore:
Timestamp:
May 8, 2010, 10:20:28 AM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
release-1.6
Children:
adbf00a
Parents:
80ed757
git-author:
Nelson Elhage <nelhage@mit.edu> (05/07/10 21:12:49)
git-committer:
Nelson Elhage <nelhage@mit.edu> (05/08/10 10:20:28)
Message:
owl_function_zuserfilt: Don't leak the filter name.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r1cfcab7 r161e879  
    23922392  /* if it already exists then go with it.  This lets users override */
    23932393  if (owl_global_get_filter(&g, filtname)) {
    2394     return(owl_strdup(filtname));
     2394    return filtname;
    23952395  }
    23962396
Note: See TracChangeset for help on using the changeset viewer.