/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/_bencode_pyx.pyx

Merge cleanup into description

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
        self.maxsize = maxsize
269
269
        self.tail = p
270
270
 
271
 
    def __del__(self):
 
271
    def __dealloc__(self):
272
272
        free(self.buffer)
273
273
        self.buffer = NULL
274
274
        self.maxsize = 0