Move redundant free to where its not redundant.

master
BrandonSchaefer ago%!(EXTRA string=11 years) committed by Camilla Berglund
parent a71a52ddd6
commit e778b83667
  1. 2
      src/mir_window.c

@ -441,10 +441,10 @@ void _glfwDeleteEventQueue(EventQueue* queue)
node = node_next;
}
}
free(queue);
}
}
//////////////////////////////////////////////////////////////////////////
////// GLFW platform API //////

Loading…
Cancel
Save