|  | @@ -148,7 +148,9 @@ class TracedBuffer {
 | 
	
		
			
				|  |  |   public:
 | 
	
		
			
				|  |  |    /* Dummy shutdown function */
 | 
	
		
			
				|  |  |    static void Shutdown(grpc_core::TracedBuffer** head, void* remaining,
 | 
	
		
			
				|  |  | -                       grpc_error* shutdown_err) {}
 | 
	
		
			
				|  |  | +                       grpc_error* shutdown_err) {
 | 
	
		
			
				|  |  | +    GRPC_ERROR_UNREF(shutdown_err);
 | 
	
		
			
				|  |  | +  }
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  #endif /* GRPC_LINUX_ERRQUEUE */
 | 
	
		
			
				|  |  |  
 |