crichtan / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

Refactor: remove Release() methods from classes not ref-counted with corresponding Retain() methods. #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This masks the true ownership model.  Simply delete these wherever a Release() 
would be invoked.

Original issue reported on code.google.com by tsepez@chromium.org on 20 Apr 2015 at 6:07

GoogleCodeExporter commented 9 years ago
When complete, the remaining usages will indicate places where a retain/release 
model is being employed.

Original comment by tsepez@chromium.org on 20 Apr 2015 at 6:11