Free queues when Initialize() fails.
All queue ops except for RandomShuffleQueue do not unref correctly when Initialize() fails. Since the caller does not free the queue when returned status is fail, this is memory leak. Fixing all other queue ops as done in RandomShuffleQueue. Change: 133673012
Loading
Please sign in to comment