Skip to content

Commit

Permalink
fixed crash in entering fullscreen during loading
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Jun 27, 2008
1 parent 7d44fe8 commit 84accd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/image.c
Original file line number Diff line number Diff line change
Expand Up @@ -1129,8 +1129,8 @@ void image_change_from_image(ImageWindow *imd, ImageWindow *source)

if (source->il)
{
// imd->il = source->il;
// source->il = NULL;
imd->il = source->il;
source->il = NULL;

image_loader_sync_data(imd->il, imd);

Expand Down

0 comments on commit 84accd5

Please sign in to comment.