Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OBITools3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
14
Issues
14
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
OBITools3
Commits
c7ff53b9
Commit
c7ff53b9
authored
Oct 31, 2018
by
Celine Mercier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
obi clean: temporary views are now deleted
parent
1b7bccb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
obi_clean.c
src/obi_clean.c
+7
-0
No files found.
src/obi_clean.c
View file @
c7ff53b9
...
...
@@ -630,6 +630,13 @@ int obi_clean(const char* dms_name,
return
-
1
;
}
// Delete the temporary view
if
(
obi_delete_view
(
dms
,
o_view_name_temp
)
<
0
)
{
obidebug
(
1
,
"
\n
Error deleting the temporary output view"
);
return
-
1
;
}
free
(
o_view_name_temp
);
free
(
line_selection
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment