[asterisk-commits] mmichelson: branch mmichelson/ao2_containers r140603 - /team/mmichelson/ao2_c...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 2 11:46:25 CDT 2008


Author: mmichelson
Date: Tue Sep  2 11:46:24 2008
New Revision: 140603

URL: http://svn.digium.com/view/asterisk?view=rev&rev=140603
Log:
Use the proper variable name, silly!


Modified:
    team/mmichelson/ao2_containers/main/astobj2_hashtable.c

Modified: team/mmichelson/ao2_containers/main/astobj2_hashtable.c
URL: http://svn.digium.com/view/asterisk/team/mmichelson/ao2_containers/main/astobj2_hashtable.c?view=diff&rev=140603&r1=140602&r2=140603
==============================================================================
--- team/mmichelson/ao2_containers/main/astobj2_hashtable.c (original)
+++ team/mmichelson/ao2_containers/main/astobj2_hashtable.c Tue Sep  2 11:46:24 2008
@@ -243,6 +243,6 @@
 		}
 	}
 
-	ast_free(hashtable_pvt);
-
-}
+	ast_free(hash_pvt);
+
+}




More information about the asterisk-commits mailing list