Giter Club home page Giter Club logo

Comments (4)

exneval avatar exneval commented on May 24, 2024

I find hard for fixing this issue, from what I see in pict :
map.c line 3967
RECREATE(map[m].qi_data, struct questinfo, ++map[m].qi_count);
script.c line 17760
RECREATE(qi->jobid, unsigned short, qi->jobid_count + 1);
script.c line 17877
RECREATE(qi->req, struct questinfo_req, qi->req_count + 1);

all of those lines are RECREATE,
I'm guessing when trying to recreate, there's a memory from variables not been freed first?

@cydh can you help us? since you're the author of these codes (*questinfo)
I can't create an issue in rA cause, the line information from the pict. might not be the same

I'm not an expert on mem. leak things, 😆

from trunk.

cydh avatar cydh commented on May 24, 2024

Let's see if I can do something

from trunk.

exneval avatar exneval commented on May 24, 2024

thanks as always @cydh

from trunk.

exneval avatar exneval commented on May 24, 2024

Hope fixed in f499ac1

from trunk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.