It doesn't matter the order.
If you reallocate malloc to a pointer of memory, you have to do the opposite of free. I think this is your intention.
For example, if you assign A to malloc and B of A->B to malloc, you should free B and then free A. If A is free, B remains in memory, but B is not able to free B because B's address is unknown (because it flew away).
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
912 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.