Skip to content

Commit

Permalink
Refine code.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 31, 2024
1 parent a151b53 commit 8c3d701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_http_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ srs_error_t SrsHttpStreamDestroy::call()

// Free all HTTP resources.
SrsUniquePtr<SrsLiveEntry> entry(it->second);
entry->disposing = true;
srs_assert(entry->disposing);

SrsUniquePtr<SrsLiveStream> stream(entry->stream);
SrsUniquePtr<SrsBufferCache> cache(entry->cache);
Expand Down

0 comments on commit 8c3d701

Please sign in to comment.