Changeset - 661f2007d78f
[Not reviewed]
Merge default
0 1 0
Hasan Yavuz Ă–ZDERYA - 7 years ago 2019-01-28 04:00:19
hy@ozderya.net
Merged in aslan-mehmet/serialplot/bugfix/memory-leak-asciireader (pull request #7)

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)