From 5af9e5fda96bbf47ebf6bb5cfdd6b67bcbb365cb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 12 Feb 2011 09:09:52 +0000 Subject: - resource leak in pointcache, opendir without closedir() - reading pointcache was using an incorrect, always NULL variable. - commented NDof code, was giving warnings and isnt used now. --- source/blender/imbuf/IMB_thumbs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/imbuf/IMB_thumbs.h') diff --git a/source/blender/imbuf/IMB_thumbs.h b/source/blender/imbuf/IMB_thumbs.h index cae6edaefee..02f8e1567bf 100644 --- a/source/blender/imbuf/IMB_thumbs.h +++ b/source/blender/imbuf/IMB_thumbs.h @@ -75,6 +75,9 @@ void IMB_thumb_makedirs(void); ImBuf *IMB_loadblend_thumb(const char *path); void IMB_overlayblend_thumb(unsigned int *thumb, int width, int height, float aspect); +#ifdef __cplusplus +} +#endif /* __cplusplus */ #endif /* _IMB_THUMBS_H */ -- cgit v1.2.3