diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/ImageControl.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/ImageControl.cc b/src/FbTk/ImageControl.cc index 6c2e3d6..b9c5029 100644 --- a/src/FbTk/ImageControl.cc +++ b/src/FbTk/ImageControl.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: ImageControl.cc,v 1.11 2004/01/11 12:40:47 fluxgen Exp $ | 25 | // $Id: ImageControl.cc,v 1.12 2004/01/21 14:15:29 fluxgen Exp $ |
26 | 26 | ||
27 | #include "ImageControl.hh" | 27 | #include "ImageControl.hh" |
28 | 28 | ||
@@ -115,6 +115,7 @@ ImageControl::ImageControl(int screen_num, bool dither, | |||
115 | ImageControl::~ImageControl() { | 115 | ImageControl::~ImageControl() { |
116 | if (sqrt_table) { | 116 | if (sqrt_table) { |
117 | delete [] sqrt_table; | 117 | delete [] sqrt_table; |
118 | sqrt_table = 0; | ||
118 | } | 119 | } |
119 | 120 | ||
120 | if (grad_xbuffer) { | 121 | if (grad_xbuffer) { |