]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
intl: Fix compilation error from previous commit.
authorBruno Haible <bruno@clisp.org>
Sat, 30 Sep 2023 19:53:59 +0000 (21:53 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 30 Sep 2023 22:36:55 +0000 (00:36 +0200)
* gettext-runtime/intl/loadmsgcat.c (_nl_load_domain): Use free() instead of
freea().

gettext-runtime/intl/loadmsgcat.c

index 56ed15e9903aebd8c1c18d150433cb1c914ead2f..14f009bb2382c9c3e9ae0900305b38a01604f52e 100644 (file)
@@ -993,7 +993,7 @@ _nl_load_domain (struct loaded_l10nfile *domain_file,
                                && static_segments[segsize - 1] == '\0'))
                            {
                              /* Invalid.  */
-                             freea (sysdep_segment_values);
+                             free (sysdep_segment_values);
                              goto invalid;
                            }
                        }