Skip to content
  • Simon Schaufelberger's avatar
    [BUGFIX] Deleting of single entries of decode/encode cache · eade3485
    Simon Schaufelberger authored
    Deleting of single entries of decode/encode cache fails sometimes since
    the items are identified by hash and not by id. Since there is an intval
    for the hash, the int and the hash don't fit together which results in
    strange behavior.
    
    Change-Id: Ibd7bf4fa4236e5e0e61894959187214c9334b6a4
    Fixes: #60585
    eade3485
Loading