diff options
author | Justin Clark-Casey (justincc) | 2012-08-03 00:00:54 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-08-03 00:00:54 +0100 |
commit | eeef9d7e990cf158de5c143de546fc671169b3bd (patch) | |
tree | 2699280d51378665434c383e3eb993f0b844520c /bin/lib64 | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-eeef9d7e990cf158de5c143de546fc671169b3bd.zip opensim-SC_OLD-eeef9d7e990cf158de5c143de546fc671169b3bd.tar.gz opensim-SC_OLD-eeef9d7e990cf158de5c143de546fc671169b3bd.tar.bz2 opensim-SC_OLD-eeef9d7e990cf158de5c143de546fc671169b3bd.tar.xz |
Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic textures.
The convention is that if an object implements IDiposable() the code must explicitly call Dispose() or call it via the using statement.
This may be particularly important for GDI+ objects since they encapsulate native code entities.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions