View | Details | Raw Unified | Return to bug 71296
Collapse All | Expand All

(-)editors/aewan/files/patch-aeff.c (+16 lines)
Line 0 Link Here
1
--- aeff.c.orig	Wed Aug 11 10:04:50 2004
2
+++ aeff.c	Thu Sep  2 23:56:24 2004
3
@@ -187,11 +187,12 @@
4
 static bool aeff_read_mark(AeFile *f, const char *mark_name, char pref) {
5
    char *line;
6
    char *s;
7
-   zfree(&err_string);
8
 
9
    autod_begin;
10
    autod_register(line, free);
11
    
12
+   zfree(&err_string);
13
+
14
    autod_assign(line, freadline_ex(f->f, gzgetc));
15
 
16
    /* if EOF was reached before anything could be read, something is wrong */

Return to bug 71296