Commit d0bc419cb279835b2d551203ed3ee13faa6361ee

  • avatar
  • davilla <davilla @568bbfeb-2a22-0410…cc84cf5bfa90.>
  • Wed Mar 10 21:39:49 GMT 2010
  • Tree SHA1: 2fd5f0f
  • Parent SHA1: 03e152f ([WIN32] compile Milkdrop as addon (doesn't work yet). It throws memory exceptions when running with or without preset files (with preset files in eval.c:line 69). Configuration also fails with a memory exception. help is appreciated :))
  • raw diff | raw patch
fixed, get submodules before calling Create

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28523 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
xbmc/visualizations/Visualisation.cpp
(1 / 0)
  
103103 m_pInfo->name = strdup(Name().c_str());
104104 m_pInfo->presets = strdup(_P(Path()).c_str());
105105 m_pInfo->profile = strdup(_P(Profile()).c_str());
106 GetSubModules();
106107
107108 if (CAddonDll<DllVisualisation, Visualisation, VIS_PROPS>::Create())
108109 {

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment