Skip to content

Commit

Permalink
[#6] Browsing raw sector data in hexa-mode (Part 38: Fixed memory man…
Browse files Browse the repository at this point in the history
…agement)
  • Loading branch information
tomas-nestorovic committed Jul 27, 2019
1 parent 20a59fa commit 45c16fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main/src/ViewDiskBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

void CDiskBrowserView::OnUpdate(CView *pSender,LPARAM lHint,CObject *pHint){
// request to refresh the display of content
f.reset( IMAGE->CreateSectorDataSerializer(this) );
f=IMAGE->CreateSectorDataSerializer(this);
Reset( f.get(), f->GetLength(), f->GetLength() );
}

Expand Down

0 comments on commit 45c16fe

Please sign in to comment.