]> sigrok.org Git - pulseview.git/commit
Fix #622 by using the actual sample count per segment
authorSoeren Apel <redacted>
Sun, 16 Aug 2015 12:25:55 +0000 (14:25 +0200)
committerUwe Hermann <redacted>
Sun, 16 Aug 2015 16:54:18 +0000 (18:54 +0200)
commitff4bf6bd8141b9e7518b7bf431e45beff671e764
treec225e45a557f47edaaf782fdbba78c201d85b9dd
parent8a1bc0876c9d9e25719e416466a3bb983c705968
Fix #622 by using the actual sample count per segment

Currently, each segment is as big as the sample limit
(in the bug report: 1G samples), wasting huge amounts
of memory.
pv/session.cpp