mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fixed bug in parser where object memory reference was not being cleared.
This commit is contained in:
parent
1acbb33688
commit
9717d7297b
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ module Fog
|
|||
@route[name] = value
|
||||
when 'item'
|
||||
@route_table['routeSet'] << @route
|
||||
@route = {}
|
||||
when 'routeSet'
|
||||
@in_route_set = false
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue