]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Remove errornous "caller-allocates" attribute in gir test
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 28 Nov 2023 10:03:51 +0000 (11:03 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 28 Nov 2023 10:03:51 +0000 (11:03 +0100)
tests/gir/array-fixed-length.gir

index 157f46cdb0debb38725714d7789e73b37b6bc14f..00deca0e4647d301c51de90762aa42f4bf6014e3 100644 (file)
@@ -21,7 +21,6 @@
         <parameters>
           <parameter name="array"
                      direction="inout"
-                     caller-allocates="1"
                      transfer-ownership="full">
             <array zero-terminated="0" c:type="gpointer*" fixed-size="2">
               <type name="guint8"/>
@@ -37,7 +36,6 @@
         <parameters>
           <parameter name="array"
                      direction="out"
-                     caller-allocates="1"
                      transfer-ownership="full">
             <array zero-terminated="0" c:type="gpointer*" fixed-size="8">
               <type name="guint8"/>