dictionary: Fix memory leak in dict_set_encoding().
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 9 Apr 2010 04:12:02 +0000 (21:12 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 12 Apr 2010 03:39:03 +0000 (20:39 -0700)
If this function was called more than once for a given dictionary then all
but the final encoding name would be leaked.


No differences found