Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-02-20 02:36:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-20 02:36:24 +0400
commit1cad189e32708d4f9cc5b0a649d4c07f1e1c3eff (patch)
treefcbb86e55042b96c99bf0e4bc54670910cc111e5 /source/blender/blenlib/BLI_scanfill.h
parenta368e6771a5f707f41f5959c345943cad07ef7e8 (diff)
fix harmless but annoying memory leak prints, "newmem", now free all scanfill memory on exit.
Diffstat (limited to 'source/blender/blenlib/BLI_scanfill.h')
-rw-r--r--source/blender/blenlib/BLI_scanfill.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_scanfill.h b/source/blender/blenlib/BLI_scanfill.h
index 6886e58ebe9..1f0e455fa45 100644
--- a/source/blender/blenlib/BLI_scanfill.h
+++ b/source/blender/blenlib/BLI_scanfill.h
@@ -109,6 +109,8 @@ void BLI_setErrorCallBack(void (*f)(const char*));
*/
void BLI_setInterruptCallBack(int (*f)(void));
+void BLI_scanfill_free(void);
+
#ifdef __cplusplus
}
#endif