diff options
author | bell@sanja.is.com.ua <> | 2003-01-28 22:28:11 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-01-28 22:28:11 +0200 |
commit | d0d375c437788527521ed7a0ebc8111e91d52c36 (patch) | |
tree | b8f3ffb515393ff25f984ea3d6fc718f4f783ba4 /sql/item_cmpfunc.h | |
parent | d39a2c0afcfdfe98b6c9b330584803d47842f616 (diff) | |
download | mariadb-git-d0d375c437788527521ed7a0ebc8111e91d52c36.tar.gz |
fixed memory leak in ROW code (SCRUM 577)
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r-- | sql/item_cmpfunc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h index b003be06cb7..a624067c671 100644 --- a/sql/item_cmpfunc.h +++ b/sql/item_cmpfunc.h @@ -557,6 +557,7 @@ class in_row :public in_vector cmp_item_row tmp; public: in_row(uint elements, Item *); + ~in_row(); void set(uint pos,Item *item); byte *get_value(Item *item); }; |