Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Cleanup sqlTable's a little better
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.pgadmin.org/trunk@5507 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
dpage committed Oct 20, 2006
1 parent 533a1f2 commit cc7fa80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/frm/frmEditGrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1826,8 +1826,11 @@ sqlTable::~sqlTable()
delete dataPool;

delete addPool;

delete[] columns;

if (lineIndex)
delete[] lineIndex;
}


Expand Down

0 comments on commit cc7fa80

Please sign in to comment.