1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 02:43:13 +02:00

Remove moduleAddData|GetData|DelData and all associated mess. Extensible base replaces all this in a much cleaner and more transparent fashion.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1706 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2008-11-15 17:56:39 +00:00
parent b2b0e1d235
commit 8784fa995e
11 changed files with 0 additions and 268 deletions
-1
View File
@@ -136,7 +136,6 @@ int do_del(User * u)
/* Delete all memos. */
for (i = 0; i < mi->memocount; i++) {
free(mi->memos[i].text);
moduleCleanStruct(&mi->memos[i].moduleData);
}
free(mi->memos);
mi->memos = NULL;