gsdx boost queue: init all states

This commit is contained in:
Gregory Hainaut 2017-01-22 16:43:35 +01:00
parent 9183d1d2c6
commit 701743a4ec
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class ringbuffer_base
public:
ringbuffer_base(void):
write_index_(0), read_index_(0)
write_index_(0), read_index_(0), pending_pop_read_index(0)
{
// Use dynamically allocation here with no T object dependency
// Otherwise the ringbuffer_base destructor will call the destructor