mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
Merged revisions 165330 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r165330 | mmichelson | 2008-12-17 15:46:19 -0600 (Wed, 17 Dec 2008) | 3 lines Fix a refcount leak in res_odbc ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@165332 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -748,6 +748,7 @@ struct odbc_obj *ast_odbc_request_obj(const char *name, int check)
|
||||
}
|
||||
#endif
|
||||
|
||||
ao2_ref(class, -1);
|
||||
return obj;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user