| Index: impl/memory/taskqueue.go
 | 
| diff --git a/impl/memory/taskqueue.go b/impl/memory/taskqueue.go
 | 
| index 703c1057835d193adc2e263b4f25c84e56013d3c..80ddd71a8d0f1653b94bebc590c880220d59be9b 100644
 | 
| --- a/impl/memory/taskqueue.go
 | 
| +++ b/impl/memory/taskqueue.go
 | 
| @@ -19,7 +19,7 @@ import (
 | 
|  
 | 
|  func useTQ(c context.Context) context.Context {
 | 
|  	return tq.SetRawFactory(c, func(ic context.Context, wantTxn bool) tq.RawInterface {
 | 
| -		ns := curGID(ic).namespace
 | 
| +		ns, _ := curGID(ic).getNamespace()
 | 
|  		var tqd memContextObj
 | 
|  
 | 
|  		if !wantTxn {
 | 
| 
 |