~smaioli/azureus/ubuntu-experimental

« back to all changes in this revision

Viewing changes to org/gudy/azureus2/core3/util/DirectByteBuffer.java

MergedĀ VuzeĀ 4.0.0.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
706
706
                                        
707
707
                                }else{
708
708
                
709
 
                                        pool.returnBuffer( this );
 
709
                                        pool.returnBufferSupport( this );
710
710
                                        
711
711
                                        buffer  = null;
712
712
                                        was_returned_to_pool = true;
735
735
                                
736
736
                                if ( buffer != null ){
737
737
                
738
 
                                        pool.returnBuffer( this );
 
738
                                        pool.returnBufferSupport( this );
739
739
                                        
740
740
                                        buffer  = null;
741
741
                                        was_returned_to_pool = true;