Changeset - 193a625a7915
[Not reviewed]
Mehmet Aslan - 7 years ago 2019-01-27 10:22:24
aaslan-mehmet@hotmail.com
memory leak in ascii reader fixed
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/asciireader.cpp
Show inline comments
 
@@ -127,6 +127,7 @@ void AsciiReader::onDataReady()
 

	
 
            // commit data
 
            feedOut(*samples);
 
            delete samples;
 
        }
 
    }
 
}
0 comments (0 inline, 0 general)