X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/46453eaa7a7cbd8a43d9bbebda683814b13a832c..1251aa5beb1ae288e30468141c763d56e04a6bab:/emufs_gui/facturas.c diff --git a/emufs_gui/facturas.c b/emufs_gui/facturas.c index 68ffe06..7114dce 100644 --- a/emufs_gui/facturas.c +++ b/emufs_gui/facturas.c @@ -60,7 +60,6 @@ int fact_liberar(t_LstFacturas *l) if (l == NULL) l = lst_facturas; if (l == NULL) return 1; - ver_archivo_FS(l->fp); emufs_destruir(l->fp); /* free(l->array); */ free(l);