Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1977 05/12/07 14:52:37 msvensson@neptunus.(none) +1 -0
Fix memory leak
client/mysqltest.c
1.181 05/12/07 14:52:33 msvensson@neptunus.(none) +1 -0
Call my_regex_end to free global memory allocated regex library
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/wl2930/my50-wl2930
--- 1.180/client/mysqltest.c 2005-12-06 21:28:06 +01:00
+++ 1.181/client/mysqltest.c 2005-12-07 14:52:33 +01:00
@@ -4015,6 +4015,7 @@
my_regfree(&ps_re);
my_regfree(&sp_re);
my_regfree(&view_re);
+ my_regex_end();
}
/****************************************************************************/
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.1977) | msvensson | 7 Dec |