[gimp] app: add context->dynamics_name to the context's memsize
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: add context->dynamics_name to the context's memsize
- Date: Thu, 1 Apr 2010 18:47:23 +0000 (UTC)
commit 4da60dd1b3c68fdf7b7d21d13b2f52cac3ac8cbf
Author: Michael Natterer <mitch gimp org>
Date: Thu Apr 1 20:46:31 2010 +0200
app: add context->dynamics_name to the context's memsize
app/core/gimpcontext.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/core/gimpcontext.c b/app/core/gimpcontext.c
index 2027d24..e4855af 100644
--- a/app/core/gimpcontext.c
+++ b/app/core/gimpcontext.c
@@ -1153,6 +1153,7 @@ gimp_context_get_memsize (GimpObject *object,
memsize += gimp_string_get_memsize (context->tool_name);
memsize += gimp_string_get_memsize (context->paint_name);
memsize += gimp_string_get_memsize (context->brush_name);
+ memsize += gimp_string_get_memsize (context->dynamics_name);
memsize += gimp_string_get_memsize (context->pattern_name);
memsize += gimp_string_get_memsize (context->palette_name);
memsize += gimp_string_get_memsize (context->font_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]