Commit remaining bits
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 31 Mar 2013 15:55:21 +0000 (17:55 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 31 Mar 2013 15:55:21 +0000 (17:55 +0200)
src/data/gnumeric-reader.c

index 3b82ffc1672a04de9a693b884fc66c0c8474585d..454654c5443827a3b6b0db795cb25ad5b3cee4ef 100644 (file)
@@ -221,17 +221,11 @@ gnm_file_casereader_destroy (struct casereader *reader UNUSED, void *r_)
 
   state_data_destroy (&r->rsd);
 
-#if 0
-  if ( r->rsd.xtr)
-    xmlFreeTextReader (r->rsd.xtr);
-  r->rsd.xtr = NULL;
-
   if ( ! r->used_first_case )
     case_unref (r->first_case);
 
   caseproto_unref (r->proto);
 
-#endif
   gnumeric_destroy (&r->spreadsheet);
 }