Skip to content

Commit 48cf514

Browse files
author
Emile Joubert
committed
Merged bug25545 into stable
2 parents e495b62 + c56e646 commit 48cf514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_amqqueue_process.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ handle_cast(wake_up, State) ->
13561356
handle_info(maybe_expire, State) ->
13571357
case is_unused(State) of
13581358
true -> stop(State);
1359-
false -> noreply(ensure_expiry_timer(State))
1359+
false -> noreply(State#q{expiry_timer_ref = undefined})
13601360
end;
13611361

13621362
handle_info(drop_expired, State) ->

0 commit comments

Comments
 (0)