summaryrefslogtreecommitdiff
path: root/client/sql_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/sql_string.h')
-rw-r--r--client/sql_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/sql_string.h b/client/sql_string.h
index 1a3ac5d33c5..bafc287c73e 100644
--- a/client/sql_string.h
+++ b/client/sql_string.h
@@ -175,7 +175,7 @@ public:
{
alloced=0;
Alloced_length=0;
- my_free(Ptr,MYF(0));
+ my_free(Ptr);
Ptr=0;
str_length=0; /* Safety */
}