diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:48:25 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:48:29 +0900 |
commit | 54ced30b5b9a8471d9d7af4dc3e8c2d0f7b013e8 (patch) | |
tree | 0c4937bc64caaf497c496d43468708772a2f3eec /gi/pygi-cache.c | |
parent | 2af8b46dbcf9e73f2ca40ea26cab5ab7ccac5d2a (diff) | |
download | pygobject2-54ced30b5b9a8471d9d7af4dc3e8c2d0f7b013e8.tar.gz pygobject2-54ced30b5b9a8471d9d7af4dc3e8c2d0f7b013e8.tar.bz2 pygobject2-54ced30b5b9a8471d9d7af4dc3e8c2d0f7b013e8.zip |
Imported Upstream version 3.7.4
Change-Id: Ida7f0ffc68fbd0b3af016f7988b2210cdf9afa1a
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'gi/pygi-cache.c')
-rw-r--r-- | gi/pygi-cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/pygi-cache.c b/gi/pygi-cache.c index 2a44c02..0848ccf 100644 --- a/gi/pygi-cache.c +++ b/gi/pygi-cache.c @@ -480,6 +480,7 @@ _arg_cache_from_py_array_setup (PyGIArgCache *arg_cache, child_cache = _arg_cache_alloc (); } else if (child_cache->meta_type == PYGI_META_ARG_TYPE_CHILD || child_cache->meta_type == PYGI_META_ARG_TYPE_CHILD_NEEDS_UPDATE) { + arg_cache->from_py_cleanup = _pygi_marshal_cleanup_from_py_array; return TRUE; } |