Skip to content

Commit

Permalink
Re 5058, delete local buffer
Browse files Browse the repository at this point in the history
refs #5058
  • Loading branch information
DennisMikkelson committed May 24, 2012
1 parent 3d06738 commit 797b430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/ImageViewer/src/IVConnections.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ void IVConnections::ShowColorScale( std::vector<QRgb> & positive_color_table,
QPixmap pixmap = QPixmap::fromImage(image);
iv_ui->color_scale->setPixmap( pixmap );

// delete[] rgb_data;
delete[] rgb_data;
}


Expand Down

0 comments on commit 797b430

Please sign in to comment.