[gjs] arg: Fix releasing a GType



commit cedf5c04d4d4c8b1822919962f4df2f28bea80df
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jan 26 11:35:07 2012 -0500

    arg: Fix releasing a GType

 gi/arg.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gi/arg.c b/gi/arg.c
index 5e9d8f8..223f610 100644
--- a/gi/arg.c
+++ b/gi/arg.c
@@ -2658,6 +2658,7 @@ gjs_g_arg_release_internal(JSContext  *context,
     case GI_TYPE_TAG_FLOAT:
     case GI_TYPE_TAG_DOUBLE:
     case GI_TYPE_TAG_UNICHAR:
+    case GI_TYPE_TAG_GTYPE:
         break;
 
     case GI_TYPE_TAG_FILENAME:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]