Trying another fix

This commit is contained in:
Saxon Milton 2018-04-25 19:21:43 +09:30
parent 36dea12e7e
commit 7ad6276189
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ func (r *revid) packClips() {
// Keep clearing output chan until out buffer has some space // Keep clearing output chan until out buffer has some space
for clip, err = r.ringBuffer.Get(); err != nil; { for clip, err = r.ringBuffer.Get(); err != nil; {
r.flushData() r.flushData()
r.reboot()
clip, err = r.ringBuffer.Get() clip, err = r.ringBuffer.Get()
} }
r.Log(Debug, "Finally got mem from ringbuffer!") r.Log(Debug, "Finally got mem from ringbuffer!")