Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
381bb3c1
Commit
381bb3c1
authored
Feb 21, 2017
by
BAIRE Anthony
Browse files
fix use after free
parent
a585f689
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/controller.py
View file @
381bb3c1
...
...
@@ -1211,6 +1211,7 @@ class PushManager(Manager):
reset
()
with
ses
.
begin
():
version
=
ses
.
query
(
WebappVersion
).
filter_by
(
id
=
version_id
).
one
()
prev
=
ses
.
query
(
WebappVersion
).
filter_by
(
webapp_id
=
version
.
webapp_id
,
number
=
version
.
number
,
...
...
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