Browse Source

Delete spectseq on error conditions in VowelChartDir.

master
Reece H. Dunn 9 years ago
parent
commit
1e8175590e
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/vowelchart.cpp

+ 2
- 1
src/vowelchart.cpp View File

@@ -1,7 +1,7 @@
/***************************************************************************
* Copyright (C) 2005 to 2013 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2013 Reece H. Dunn *
* Copyright (C) 2013-2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -225,6 +225,7 @@ static int VowelChartDir(wxDC *dc, wxBitmap *bitmap)
if(stream.Ok() == FALSE)
{
path = wxFindNextFile();
delete spectseq;
continue;
}
spectseq->Load(stream);

Loading…
Cancel
Save