Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
84e72c87
Commit
84e72c87
authored
Jun 17, 2004
by
Alexandre Duret-Lutz
Browse files
* iface/gspn/ssp.cc (emptiness_check_shy_ssp::find_state): Free s.
This fixes a memory leak observed by Soheib Baarir.
parent
525c8918
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
84e72c87
2004-06-17 Alexandre Duret-Lutz <adl@src.lip6.fr>
* iface/gspn/ssp.cc (emptiness_check_shy_ssp::find_state): Free s.
This fixes a memory leak observed by Soheib Baarir.
2004-06-16 Thomas Martinez <martinez@src.lip6.fr>
* src/tgbatest/reductgba.cc, src/tgbatest/reductgba.test: Test for
...
...
iface/gspn/ssp.cc
View file @
84e72c87
...
...
@@ -966,6 +966,8 @@ namespace spot
}
if
(
i
==
h
.
end
())
return
0
;
if
(
i
->
first
!=
s
)
delete
s
;
return
&
i
->
second
;
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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