Skip to content

Commit

Permalink
Merge branch 'column_type_rename' into avoid_all_upper_case_names
Browse files Browse the repository at this point in the history
  • Loading branch information
kspangsege committed Feb 7, 2013
2 parents 233acc5 + 4956aa9 commit e3b7391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tightdb/query_engine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ template <class TConditionFunction> class StringNode: public ParentNode {

~StringNode()
{
delete m_value; delete m_ucase; delete m_lcase;
delete[] m_value; delete[] m_ucase; delete[] m_lcase;
}

void Init(const Table& table)
Expand Down
Binary file removed test/benchmark-stl/benchmark-stl.sdf
Binary file not shown.

0 comments on commit e3b7391

Please sign in to comment.