aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/async.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/io/async.c')
-rw-r--r--libgfortran/io/async.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/io/async.c b/libgfortran/io/async.c
index 01adf8f..5709743 100644
--- a/libgfortran/io/async.c
+++ b/libgfortran/io/async.c
@@ -71,7 +71,7 @@ update_pdt (st_parameter_dt **old, st_parameter_dt *new) {
NOTE ("Changing pdts, current_unit = %p", (void *) (new->u.p.current_unit));
temp = *old;
*old = new;
- free(temp);
+ free (temp);
}
/* Destroy an adv_cond structure. */
@@ -105,7 +105,7 @@ async_io (void *arg)
/* Loop over the queue entries until they are finished. */
while (ctq)
{
- free(prev);
+ free (prev);
prev = ctq;
if (!au->error.has_error)
{